Add an issue template for bug reports

This commit is contained in:
Jeroen Engels 2020-04-10 10:55:38 +02:00 committed by GitHub
parent e7d1f39184
commit 530eebb4b1

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!-- If this is a problem related to running the CLI, you should open an issue in https://github.com/jfmengels/node-elm-review/issues instead -->
**Describe the bug**
A clear and concise description of what the bug is.
**SSCCE (Short Self-Contained Correct Example)**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.