mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
For fields where formatting is important, place examples in description so they can be easily copy/pasted, but do not prefill
This commit is contained in:
parent
d3bc275c4e
commit
0df2d5ff5b
1 changed files with 11 additions and 6 deletions
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -24,25 +24,30 @@ body:
|
|||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: "How can the issue be reliably reproduced? feel free to include screenshots or other supporting artifacts"
|
||||
placeholder: |
|
||||
description: |
|
||||
How can the issue be reliably reproduced? Feel free to include screenshots or other supporting artifacts
|
||||
|
||||
Example:
|
||||
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
|
||||
3. See the error
|
||||
value: |
|
||||
1.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "Where is this issue occurring? If related to development environment, list the specific relevant tool versions"
|
||||
placeholder: |
|
||||
label: Environment (optional)
|
||||
description: |
|
||||
Where is this issue occurring? If related to development environment, list the relevant tool versions.
|
||||
|
||||
Example:
|
||||
- Environment: Sandbox
|
||||
- Browser: Chrome x.y.z
|
||||
- Python: x.y.z
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
label: Additional Context (optional)
|
||||
description: "Please include additional references, screenshots, documentation, etc. that are relevant"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue