From: Jerry Jacobs Date: Tue, 3 May 2016 19:08:19 +0000 (+0200) Subject: Add github ISSUE_TEMPLATE.md X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a9cfb5619c1df8d4ef1f54230227578819f82881;p=fw%2Fstlink Add github ISSUE_TEMPLATE.md --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..d06d402 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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