Merge pull request #544 from bitcoin-s/torkelrogstad-patch-1

Update bug report template
This commit is contained in:
Torkel Rogstad 2019-06-20 18:39:10 +02:00 committed by GitHub
commit 5cb439df57

31
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,31 @@
---
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. Generate a '...'
2. Pass it into '...'
3. Try to '...'
4. Get error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
If applicable, add logs to help show your problem.
**Platform (please complete the following information):**
- OS: [Linux | macOS | Windows] (delete the ones that are not relevant)
- Version [e.g. 0.1.0]
**Additional context**
Add any other context about the problem here.