From: Jerry Jacobs Date: Fri, 13 May 2016 10:16:16 +0000 (+0200) Subject: Update ISSUE_TEMPLATE.md X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e83e1197af03cec838d377303eaf7dddf9e93c21;p=fw%2Fstlink Update ISSUE_TEMPLATE.md --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8617119..932e938 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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