Skip to content

Commit

Permalink
Merge pull request #1375 from hackforla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sydneywalcoff authored May 1, 2024
2 parents 0647f17 + a27b02b commit d018b01
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/blank-issue-form.yml
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

0 comments on commit d018b01

Please sign in to comment.