-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Bug Report template to help improve troubleshooting and code repair workflows for dev team
- Loading branch information
1 parent
fd534fa
commit 9e69825
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
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,50 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: ':bug: bug' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
Thanks for letting us know about a bug! 💖 | ||
Use the questions below to help explain what you think is wrong, and what we should do to fix it. | ||
--> | ||
|
||
### 👓 What did you see? | ||
|
||
<!-- A clear and concise description of what you saw happen. --> | ||
|
||
### ✅ What did you expect to see? | ||
|
||
<!-- Describe what you would like to have happened instead. --> | ||
|
||
### 📦 Which version are you using? | ||
|
||
<!-- What version of Cucumber/GoDog are you running? What version of your programming language platform? Anything else that might be relevant? --> | ||
|
||
### 🔬 How could we reproduce it? | ||
|
||
<!-- | ||
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 | ||
Please outline the steps below: | ||
--> | ||
|
||
Steps to reproduce the behavior: | ||
1. Install '...' version '...' | ||
2. Create a file called '....' | ||
3. Run command '....' | ||
4. See error '....' | ||
|
||
<!-- you can add screenshots if that would be useful --> | ||
|
||
### 🤔 Anything else? | ||
|
||
<!-- Add any other context about the problem here. --> |