Update ISSUE_TEMPLATE.md
authorJerry Jacobs <xor-gate@users.noreply.github.com>
Fri, 13 May 2016 10:16:16 +0000 (12:16 +0200)
committerJerry Jacobs <xor-gate@users.noreply.github.com>
Fri, 13 May 2016 10:16:16 +0000 (12:16 +0200)
.github/ISSUE_TEMPLATE.md

index 8617119126d9047882f6fa65744d9d1492180ae8..932e9387f54d4e2d61ef1ddbc86b4532c4171947 100644 (file)
@@ -1,3 +1,5 @@
+**NOTICE: The issue may be closed without notice when not enough information is provided!**
+
 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.
@@ -8,9 +10,19 @@ When submitting a feature request, try to reuse the list and add/remove what is
 - [ ] 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
+- [ ] Stlink commandline tool name: e.g `st-info`, `st-flash`, `st-util` 
+- [ ] Target chip (and optional board): e.g STM32F402VG (STM32Fxxx Discovery)
 
 A as-detailed description possible of the problem with debug output when available.
 
+Output:
+
+```
+OUTPUT/ERROR of the commandline tool(s)
+```
+
+Expected/description:
+`short description of the expected value`
+
 Thank you,
 The stlink project maintainers