Skip to content

Commit

Permalink
Explain the importance of reproducers (#9053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Sep 7, 2024
1 parent c3da10c commit 5f5a4d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

<!-- Please describe steps to reproduce the issue.
If you have a script that does that please include it here within
markdown code markup -->
markdown code markup. The chances of someone looking at your issue
are *vastly* improved if you provide complete code that can be
copy/pasted and executed directly in Python. -->

## Your environment

Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ body:
1. Implement the following server or a client '...'
2. Then run '...'
3. An error occurs.
The chances of someone looking at your issue are *vastly* improved if you provide
complete code that can be copy/pasted and executed directly in Python.
validations:
required: true

Expand Down

0 comments on commit 5f5a4d2

Please sign in to comment.