Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4614 from sgibson91/refine-new-issue-temp…
Browse files Browse the repository at this point in the history
…late

Redesign new issue tempate to use the format we have been using
  • Loading branch information
sgibson91 authored Aug 13, 2024
2 parents b437785 + dc76f68 commit 493da8a
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/ISSUE_TEMPLATE/01_new-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,25 @@ body:
required: true

- type: textarea
id: proposal
id: tasks
attributes:
label: Proposal
label: Task list
description: |
(optional) A clear and concise description of what we should do, if we have a next step in mind.
Add any guidance that will lower our uncertainty in resolving this (e.g., instructions, constraints to follow, red flags to avoid).
(optional) A clear and concise list of steps to take to close this issue.
value: |
```[tasklist]
- [ ]
- [ ]
- [ ]
```
validations:
required: false

- type: textarea
id: tasks
id: dod
attributes:
label: Updates and actions
label: Definition of Done
description: |
(optional) A place to track ongoing work items or tasks, as we figure them out.
The Definition of Done. What must be true to consider this task complete?
validations:
required: false
required: true

0 comments on commit 493da8a

Please sign in to comment.