mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Update issue-default.yml
This commit is contained in:
parent
c0f0cf8cff
commit
c69cfd72f3
1 changed files with 5 additions and 5 deletions
10
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
10
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
|
@ -1,18 +1,18 @@
|
||||||
name: Issue
|
name: Issue / story
|
||||||
description: Describe an idea, feature, content, or non-bug finding
|
description: Describe an idea, problem, feature, or story. (Report bugs in the Bug template.)
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
id: title-help
|
id: title-help
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> Titles should be short, descriptive, and compelling. Use sentence case.
|
> Titles should be short, descriptive, and compelling. Use sentence case: don't capitalize words unnecessarily.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: issue-description
|
id: issue-description
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue description
|
label: Issue description
|
||||||
description: |
|
description: |
|
||||||
Describe the issue so that someone who wasn't present for its discovery can understand 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).
|
Describe the issue so that someone who wasn't present for its discovery can understand why it matters. For stories, use the user story format (e.g., As a user, I want, so that). 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).
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -31,7 +31,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Links to other issues
|
label: Links to other issues
|
||||||
description: |
|
description: |
|
||||||
"With a `-` to start the line, add issue #numbers this relates to and how (e.g., 🚧 [construction] Blocks, ⛔️ [no_entry] Is blocked by, 🔄 [arrows_counterclockwise] Relates to)."
|
"Use a dash (`-`) to start the line. Add an issue by typing "`#`" then the issue number. Add information to describe any dependancies, blockers, etc. (e.g., 🚧 [construction] Blocks, ⛔️ [no_entry] Is blocked by, 🔄 [arrows_counterclockwise] Relates to). If this is a parent issue, use sub-issues instead of linking other issues here."
|
||||||
placeholder: "- 🔄 Relates to..."
|
placeholder: "- 🔄 Relates to..."
|
||||||
- type: markdown
|
- type: markdown
|
||||||
id: note
|
id: note
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue