Skip to content

Commit 876686e

Browse files
committed
add blank issue form with no dependency
1 parent 031e1f7 commit 876686e

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)