Add bug reporting template

This commit is contained in:
Will Hunt 2022-01-11 19:46:44 +00:00 committed by GitHub
parent c2504d86cc
commit 2e4ecb2c89

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

@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
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.
**Environment (please complete the following information):**
- Version (either version number, docker tag, or commit hash)
- Operating system (using Docker?)
- Node version / Rust version (if not using Docker)
- Enabled services (GitHub, JIRA, etc)
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.