Skip to content

Commit d7e5825

Browse files
authored
Merge pull request #20 from awlFCCamp/16-add-issue-templates
16 add issue templates
2 parents f73ea1f + a58b02c commit d7e5825

3 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: 'Blank Issue Form with Dependency'
2+
description: 'Standard HackforLA issue form with dependency'
3+
labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft']
4+
body:
5+
- type: textarea
6+
id: dependency
7+
attributes:
8+
label: Dependency
9+
description: 'Add dependencies (ideally by issue #)'
10+
value: '- [ ]'
11+
validations:
12+
required: true
13+
- type: input
14+
id: overview
15+
attributes:
16+
label: Overview
17+
description: Clearly state the purpose of this issue in 2 sentences or less
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: action-items
22+
attributes:
23+
label: Action Items
24+
description: "List the research to be done, or the steps to be completed. Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task."
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: resources-instructions
29+
attributes:
30+
label: "Resources/Instructions"
31+
description: "Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc."
32+
validations:
33+
required: true
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 'Blank Issue Form with No Dependency'
2+
description: 'Standard HackforLA issue form with no dependency'
3+
labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft']
4+
5+
body:
6+
- type: input
7+
id: overview
8+
attributes:
9+
label: Overview
10+
description: Clearly state the purpose of this issue in 2 sentences or less
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: action-items
15+
attributes:
16+
label: Action Items
17+
description: "List the research to be done, or the steps to be completed. Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task."
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: resources-instructions
22+
attributes:
23+
label: "Resources/Instructions"
24+
description: "Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc."
25+
validations:
26+
required: true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Blank Issue Template
3+
about: 'Standard HackforLA issue template '
4+
title: ''
5+
labels: 'Complexity: Missing, Feature Missing, role missing, size: missing'
6+
assignees: ''
7+
8+
---
9+
10+
### Overview
11+
REPLACE THIS TEXT - Clearly state the purpose of this issue in 2 sentences or less. We write ours a modified user story in this format: _We need to do X for Y reason._
12+
13+
### Action Items
14+
REPLACE THIS TEXT - List the research to be done, or the steps to be completed.
15+
Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task.
16+
17+
### Resources/Instructions
18+
REPLACE THIS TEXT - Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc.

0 commit comments

Comments
 (0)