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 8d13613
Showing
2 changed files
with
52 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,52 @@ | ||
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 happen 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: | | ||
behave-cucumber-matcher 0.3.0 | ||
python 3.8.5 | ||
- type: textarea | ||
id: how-to-reproduce | ||
attributes: | ||
label: 🔬 How could we reproduce it? | ||
description: | | ||
It order to fix the problem, we need to be able to reproduce it. | ||
A [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) can be really helpful for anyone | ||
trying to diagnose and fix the problem. | ||
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, logs or screenshots about the problem here. |