Add issue template

I hope you don't mind the emoji
This commit is contained in:
konstin 2018-05-14 23:21:30 +02:00
parent 103bde7db1
commit 19ba972964
1 changed files with 16 additions and 0 deletions

16
.github/issue_template.md vendored Normal file
View File

@ -0,0 +1,16 @@
## 🐛 Bug Reports
When reporting a bug, please provide the following information. If this is not a bug report you can just discard this template.
### 🌍 Environment
- Your operating system and version:
- Your python version:
- How did you install python (e.g. apt or pyenv)? Did you use a virtualenv?:
- Your rust version:
### 💥 Reproducing
Please provide a [minimal working example](https://stackoverflow.com/help/mcve). This means both the rust code and the python.
Please also write what exact flags are required to reproduce your results.