docs(issue-template): ask for a numbered list of reproduction steps (#34207)

This commit is contained in:
ryan-crabbe-berri 2026-07-21 18:04:25 -07:00 committed by GitHub
parent 065faf6e69
commit 0326722379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ body:
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Please provide detailed steps to reproduce this bug(A curl/python code to reproduce the bug)
description: Please provide a numbered list of the exact steps to reproduce this bug (include a curl/python snippet to reproduce it). Number each step (1., 2., 3., ...) in the order you performed them.
placeholder: |
1. config.yaml file/ .env file/ etc.
2. Run the following code...