From 9d277ac2ac661898bc60da68b429874ffe3df3d1 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 21 Feb 2016 11:57:17 +0700 Subject: [PATCH] Add ISSUE_TEMPLATE Template for newly created issues. We want this text to be short and clear and request the required information from the user, and also be clear that it is a template and should be removed/replaced in the actual issue before saving... --- ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..98792ea61 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +If your issue is a bug report, replace this paragraph with a description of the problem, being sure to include at least: + - what happened, + - what you expected to happen instead, and + - any steps to reproduce the problem. +Also fill out the version information below and add log output or screenshots as appropriate. + +If your issue is a feature request, simply replace this template text in it's entirety. + +### Version Information +Syncthing Version: v0.x.y +OS Version: Windows 7 / Ubuntu 14.04 / ...