Skip to content

Commit

Permalink
docs: move reproduction code instructions from body to desc in bug te…
Browse files Browse the repository at this point in the history
…mplate
  • Loading branch information
m-radzikowski committed Sep 23, 2024
1 parent 6ca4735 commit f4b16c5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ body:
- type: textarea
attributes:
label: Reproduction
description: Minimal code snippet to reproduce the bug.
value: |
<!--
Put a minimal reproducible example here.
description: |
Minimal code snippet to reproduce the bug.
**IMPORTANT!** It should:
- include all code needed to reproduce the issue
- include all required imports
- be self-contained - without references to any code outside
- be as small as possible, without unrelated code from your project
It should include all code needed to reproduce the issue
and be self-contained - without references to any code outside,
so it can be copy-pasted and run as-is.
It should be possible to copy-paste the code and run it as-is.
See the StackOverflow guide on how to create
a Minimal, Complete, and Reproducible example:
See the StackOverflow guide on how to create a Minimal, Complete, and Reproducible example:
https://stackoverflow.com/help/minimal-reproducible-example
-->
validations:
required: true
- type: textarea
Expand Down

0 comments on commit f4b16c5

Please sign in to comment.