Add github ISSUE_TEMPLATE.md
authorJerry Jacobs <jerry.jacobs@xor-gate.org>
Tue, 3 May 2016 19:08:19 +0000 (21:08 +0200)
committerJerry Jacobs <jerry.jacobs@xor-gate.org>
Tue, 3 May 2016 19:08:19 +0000 (21:08 +0200)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..d06d402
--- /dev/null
@@ -0,0 +1,16 @@
+Thank you for giving feedback to the stlink project. Take some time to fill out
+ check boxes with a X in the following items so developers and other people can try to
+ to find out what is going on. And add/remove what is appropiate to your problem.
+
+When submitting a feature request, try to reuse the list and add/remove what is appropiate.
+
+- [ ] Programmer/board type: e.g Stlink/v1, Stlink/v2, Stlink/v2-onboard
+- [ ] Programmer firmware version: e.g STSW-LINK007 2.27.15
+- [ ] Operating system: e.g Linux, Mac OS X, Windows (with specific version)
+- [ ] Stlink tools version and/or git commit hash: e.g v1.1.0/git-c722056
+- [ ] Target chip: e.g STM32F402VG
+
+A as-detailed description possible of the problem with debug output when available.
+
+Thanks you,
+Stlink project maintainers