Skip to content

Commit 031e1f7

Browse files
committed
add blank issue form with dependency
1 parent 6fbb9df commit 031e1f7

1 file changed

Lines changed: 33 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

0 commit comments

Comments
 (0)