Skip to content

Commit

Permalink
Create BugReport.md
Browse files Browse the repository at this point in the history
Add Bug Report template to help improve troubleshooting and code repair workflows for dev team
  • Loading branch information
radwebhosting authored Feb 27, 2022
1 parent fd534fa commit 9e69825
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions BugReport.md
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. -->

0 comments on commit 9e69825

Please sign in to comment.