mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-10 15:25:42 -07:00
Add repro section to bug report (#3765)
This commit is contained in:
parent
1258dc3589
commit
f0df6153e3
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -45,6 +45,16 @@ body:
|
||||
description: Provide a comprehensive description of the problem you're facing. Don't forget to attach any additional resources you may have, such as log files and screenshots.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro-steps
|
||||
attributes:
|
||||
label: How do you reproduce the problem?
|
||||
description: Include the steps to reproduce the problem from start to finish. Include details such as FastFlags you added and settings you changed.
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
- type: textarea
|
||||
id: log
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user