Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve bug report template #113

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ body:
attributes:
label: Steps/Code to Reproduce
description: >
Add a minimal code/script example that can reproduce the error when running it if applicable.
Be as succinct as possible.
If reproduction requires external data files, please make it available and provide a donwload link.
On our side, *we will copy-paste your code* to run it to reproduce the error you are facing.
**Please add the full command that you were running as well as how you set up the software (docker, conda, etc.)**
Please always copy code as text and not as a screenshot.
placeholder: |
```
Sample code/script to reproduce the problem
Sample code/commands to reproduce the problem
```
validations:
required: true
Expand Down Expand Up @@ -58,4 +56,4 @@ body:
- type: markdown
attributes:
value: >
Thanks for contributing 🎉!
Thanks for contributing 🎉!