Skip to content

Commit

Permalink
Update issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis authored Jul 13, 2023
1 parent b3035ac commit 301ca09
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,37 @@ body:
value: |
This is the Issue template! The values you add will be converted to a properly formatted Issue.
- type: textarea
id: overview
id: description
attributes:
label: Overview
label: Description
description: Add two to three sentences that explain the context of this issue and what it will achieve.
placeholder: your text goes here
validations:
required: true
- type: textarea
id: acceptance-criteria
id: implementation-considerations
attributes:
label: Acceptance Criteria
label: Implementation Considerations
description: |
Add a list of criteria that must be met for the issue to be considered resolved.
If you type after the `- [ ]`, checkbox formatting will work automatically.
value: "- [ ] type your first criteria here"
Points that need to be considered when developing this feature/writing this doc
value: "- type your first consideration here"
validations:
required: true
- type: textarea
id: dependencies
id: deliverable
attributes:
label: Dependencies
description: Add a list of dependencies that must be completed before this issue can be finished. Ideally, these dependencies are other issues. If there are none, leave it blank.
placeholder: "github automatically provides a list of possible issues if you start by typing a `#`"
label: Deliverable
description: What will be shown to to team to demonstrate acceptance criteria are complete
placeholder: your text goes here
validations:
required: false
required: true
- type: textarea
id: risks
id: dependencies
attributes:
label: Risks
label: Dependencies
description: |
Add a list of risks that could prolong the milestone or prevent it from being completed. If there are none, you can delete the example text.
If you type after the `-`, list formatting will work automatically.
value: "- type your first risk here, after the dash"
Add cards on which this issue depends
Github automatically provides a list of possible issues if you start by typing a `#`
value: depends on
validations:
required: false

0 comments on commit 301ca09

Please sign in to comment.