generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1375 from hackforla/dev
Dev
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: "Blank Issue Form" | ||
description: "Standard Expunge Assist issue form" | ||
about: Consistent formatting make issues concise and easy to navigate | ||
labels: | ||
[ | ||
feature: missing, | ||
issue level: missing, | ||
priority: missing, | ||
role: missing, | ||
size: missing', | ||
] | ||
|
||
body: | ||
- type: markdown | ||
id: overview | ||
attributes: | ||
label: Overview | ||
description: Clearly state the purpose of this issue in 2 sentences or less | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: action-items | ||
attributes: | ||
label: Action Items | ||
description: "If this is the beginning of the task this is most likely something to be researched and documented." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: resources-instructions | ||
attributes: | ||
label: "Resources/Instructions" | ||
description: "If the issue has already been researched, and the course of action is clear, this will describe the steps. However, 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." | ||
validations: | ||
required: true |