Add issue template

This commit is contained in:
Markus Unterwaditzer 2016-02-25 22:27:42 +01:00
parent 5e8d422e9a
commit 4c6d3a3b89
2 changed files with 7 additions and 3 deletions

View file

@ -10,9 +10,6 @@ Reporting bugs
* Make sure you have the latest version by executing ``pip install --user
--upgrade vdirsyncer``.
* Include the Python version, your configuration, the commands you're
executing, and their output.
* Use ``--verbosity=DEBUG`` when including output from vdirsyncer.
Suggesting features

7
ISSUE_TEMPLATE.md Normal file
View file

@ -0,0 +1,7 @@
Things to include in your bugreport:
* Your vdirsyncer version
* Your Python version
* Your operating system
* Your config file
* Use `vdirsyncer -vdebug` for debug output.