diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5f31ebf..df54b2a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..c142e47 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -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.