From 4c6d3a3b892f0ccc378d69f4b80ca948c8752abe Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 25 Feb 2016 22:27:42 +0100 Subject: [PATCH] Add issue template --- CONTRIBUTING.rst | 3 --- ISSUE_TEMPLATE.md | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 ISSUE_TEMPLATE.md 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.