mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
respond to feedback and add placeholder/value attributes
This commit is contained in:
parent
6c81639855
commit
f221ef1b36
1 changed files with 16 additions and 12 deletions
28
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
28
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
|
@ -1,32 +1,36 @@
|
||||||
name: Issue
|
name: Issue
|
||||||
description: Capture uncategorized work or content
|
description: Describe an idea, feature, content, or non-bug finding
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
id: help
|
id: title-help
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> Titles should be short, descriptive, and compelling.
|
> Titles should be short, descriptive, and compelling.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: issue
|
id: issue-description
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue description and context
|
label: Issue description and context
|
||||||
description: |
|
description: |
|
||||||
Describe the issue so that someone who wasn't present for its discovery can understand the problem and why it matters. Use full sentences, plain language, and good [formatting](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax – links and images welcome! Share desired outcomes or potential next steps.
|
Describe the issue so that someone who wasn't present for its discovery can understand the problem and why it matters. Use full sentences, plain language, and good [formatting](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). Share desired outcomes or potential next steps. Images or links to other content/context (like documents or Slack discussion) are welcome.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: acceptance-criteria
|
id: acceptance-criteria
|
||||||
attributes:
|
attributes:
|
||||||
label: Acceptance criteria
|
label: Acceptance criteria
|
||||||
description: "If known, share 1-3 statements that would need to be true for this issue to be considered resolved. Use a checklist."
|
description: "If known, share 1-3 statements that would need to be true for this issue to be considered resolved. Use a [task list](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists#creating-task-lists) if appropriate."
|
||||||
|
value: - [ ]
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: issue-links
|
id: links-to-other-issues
|
||||||
attributes:
|
attributes:
|
||||||
label: Other issues
|
label: Links to other issues
|
||||||
description: |
|
description: |
|
||||||
Add the issue number of other issues this relates to and how.
|
Add the issue number of other issues this relates to and how (blocks, is blocked by, relates to).
|
||||||
|
placeholder: relates to #123
|
||||||
Example:
|
- type: textarea
|
||||||
- 🚧 Blocks/is blocked by #123
|
id: note
|
||||||
- 🔄 Relates to #234
|
attributes:
|
||||||
|
label: Note
|
||||||
|
description: |
|
||||||
|
We may edit this issue's text to document our understanding and clarify the product work.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue