mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 20:19:38 +02:00
Merge pull request #652 from cisagov/bl-issue-template-iterations
Improve bug issue template
This commit is contained in:
commit
0934e986fb
1 changed files with 17 additions and 6 deletions
23
.github/ISSUE_TEMPLATE/bug.yml
vendored
23
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -4,6 +4,12 @@ title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
id: help
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
> **Note**
|
||||||
|
> GitHub Issues use [GitHub Flavored Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) for formatting.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: current-behavior
|
id: current-behavior
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -24,25 +30,30 @@ body:
|
||||||
id: steps-to-reproduce
|
id: steps-to-reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
description: "How can the issue be reliably reproduced? feel free to include screenshots or other supporting artifacts"
|
description: |
|
||||||
placeholder: |
|
How can the issue be reliably reproduced? Feel free to include screenshots or other supporting artifacts
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
1. In the test environment, fill out the application for a new domain
|
1. In the test environment, fill out the application for a new domain
|
||||||
2. Click the button to trigger a save/submit on the final page and complete the application
|
2. Click the button to trigger a save/submit on the final page and complete the application
|
||||||
3. See the error
|
3. See the error
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: environment
|
id: environment
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment (optional)
|
||||||
description: "Where is this issue occurring? If related to development environment, list the specific relevant tool versions"
|
description: |
|
||||||
placeholder: |
|
Where is this issue occurring? If related to development environment, list the relevant tool versions.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
- Environment: Sandbox
|
||||||
- Browser: Chrome x.y.z
|
- Browser: Chrome x.y.z
|
||||||
- Python: x.y.z
|
- Python: x.y.z
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional-context
|
id: additional-context
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional Context
|
label: Additional Context (optional)
|
||||||
description: "Please include additional references, screenshots, documentation, etc. that are relevant"
|
description: "Please include additional references, screenshots, documentation, etc. that are relevant"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue