mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add issue template
This commit is contained in:
parent
5e8d422e9a
commit
4c6d3a3b89
2 changed files with 7 additions and 3 deletions
|
|
@ -10,9 +10,6 @@ Reporting bugs
|
||||||
* Make sure you have the latest version by executing ``pip install --user
|
* Make sure you have the latest version by executing ``pip install --user
|
||||||
--upgrade vdirsyncer``.
|
--upgrade vdirsyncer``.
|
||||||
|
|
||||||
* Include the Python version, your configuration, the commands you're
|
|
||||||
executing, and their output.
|
|
||||||
|
|
||||||
* Use ``--verbosity=DEBUG`` when including output from vdirsyncer.
|
* Use ``--verbosity=DEBUG`` when including output from vdirsyncer.
|
||||||
|
|
||||||
Suggesting features
|
Suggesting features
|
||||||
|
|
|
||||||
7
ISSUE_TEMPLATE.md
Normal file
7
ISSUE_TEMPLATE.md
Normal 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.
|
||||||
Loading…
Reference in a new issue