From 3625f752e7a70e560ba98515ea0a1d2bea9e2a4c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 6 Jan 2018 12:04:07 +0100 Subject: [PATCH] Add a GitHub issue template --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..60c56991 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +Thanks for reporting your issue or feature request. + +To help us help you, please include the logs from around the time the issue occurred, as well as the SparkleShare version and info about your OS. You can find this information and session logs by date in `~/.config/org.sparkleshare.SparkleShare/logs/` on Linux and macOS, and in `C:\Users\YOUR_USERNAME\AppData\Roaming\org.sparkleshare.SparkleShare\` on Windows. + +Then, tell us roughly in these steps what went wrong: + + +### What happened: +… + +### What I expected to happen: +… + +### You can reproduce the issue like this: +1. … +2. … +3. … + + +Thanks, it helps lots! +