Skip to content

Commit 3448112

Browse files
authored
Merge pull request #53 from hackforla/pr-template
pr-template
2 parents 8452ff6 + d3259fb commit 3448112

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
value: '- [ ]'
1111
validations:
1212
required: true
13-
- type: input
13+
- type: textarea
1414
id: overview
1515
attributes:
1616
label: Overview

.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Standard HackforLA issue form with no dependency'
33
labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft']
44

55
body:
6-
- type: input
6+
- type: textarea
77
id: overview
88
attributes:
99
label: Overview
@@ -23,4 +23,4 @@ body:
2323
label: "Resources/Instructions"
2424
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."
2525
validations:
26-
required: true
26+
required: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Fixes #replace_this_text_with_the_issue_number
2+
3+
### What changes did you make?
4+
-
5+
-
6+
-
7+
8+
### Why did you make the changes (we will use this info to test)?
9+
-
10+
-
11+
-
12+

0 commit comments

Comments
 (0)