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:
brandonlenz 2023-05-25 10:11:12 -04:00
parent d3bc275c4e
commit 0df2d5ff5b
No known key found for this signature in database
GPG key ID: FC8818009789E370

View file

@ -24,25 +24,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"