generated from kieran-ryan/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bee1afe
commit 5c6a5cf
Showing
2 changed files
with
54 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
labels: [":bug: bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: 👓 What did you see? | ||
description: A clear and concise description of what you saw happen. | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-was-expected | ||
attributes: | ||
label: ✅ What did you expect to see? | ||
description: Describe what you would like to have happened instead. | ||
placeholder: Tell us what you expected to see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: 📦 Which package version are you using? | ||
description: What version of our software are you running? | ||
placeholder: 0.3.0 | ||
- type: textarea | ||
id: how-to-reproduce | ||
attributes: | ||
label: ✅ What did you expect to see? | ||
description: | | ||
It order to fix the problem, we need to be able to reproduce it. | ||
A Minimal Reproducible Example can be really helpful for anyone | ||
trying to diagnose and fix the problem. | ||
See https://stackoverflow.com/help/minimal-reproducible-example | ||
Add screenshots if that would be useful. | ||
Please outline the steps below: | ||
placeholder: | | ||
1. Install '...' version '...' | ||
2. Create a file called '....' | ||
3. Run command '....' | ||
4. See error '....' | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: 📚 Any additional context? | ||
description: Add any other context, references or screenshots about the problem here. |