Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer authored Jul 1, 2024
1 parent 3a7b078 commit dccd126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ body:
- type: textarea
attributes:
label: Minimal code example
description: A *minimal* code example which reproduces this issue, see this [guide](https://stackoverflow.com/help/minimal-reproducible-example). The more reduced the code is, the easier we can understand/reproduce your issue and the faster you will get an answer.
description: A *minimal* code example which reproduces this issue, see this [guide](https://stackoverflow.com/help/minimal-reproducible-example). **The more reduced the code is, the easier we can understand/reproduce your issue and the faster you will get an answer.**
placeholder: Only put python code in here
render: python
validations:
required: false
required: true
- type: textarea
attributes:
label: Files required to run the code
Expand Down

0 comments on commit dccd126

Please sign in to comment.