Skip to content

Commit

Permalink
Merge pull request #53 from hackforla/pr-template
Browse files Browse the repository at this point in the history
pr-template
  • Loading branch information
chelseybeck authored Aug 22, 2024
2 parents 8452ff6 + d3259fb commit 3448112
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
value: '- [ ]'
validations:
required: true
- type: input
- type: textarea
id: overview
attributes:
label: Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Standard HackforLA issue form with no dependency'
labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft']

body:
- type: input
- type: textarea
id: overview
attributes:
label: Overview
Expand All @@ -23,4 +23,4 @@ body:
label: "Resources/Instructions"
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."
validations:
required: true
required: true
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Fixes #replace_this_text_with_the_issue_number

### What changes did you make?
-
-
-

### Why did you make the changes (we will use this info to test)?
-
-
-

0 comments on commit 3448112

Please sign in to comment.