Add repro section to bug report (#3765)

This commit is contained in:
Ryan Luu 2025-03-01 07:46:24 -08:00 committed by GitHub
parent 1258dc3589
commit f0df6153e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: