Fix const warning
[fw/stlink] / .github / ISSUE_TEMPLATE.md
1 **NOTICE: The issue may be closed without notice when not enough information is provided!**
2
3 Thank you for giving feedback to the stlink project. Take some time to fill out
4  check boxes with a X in the following items so developers and other people can try to
5  to find out what is going on. And add/remove what is appropiate to your problem.
6
7 When submitting a feature request, try to reuse the list and add/remove what is appropiate.
8
9 - [ ] Programmer/board type: e.g Stlink/v1, Stlink/v2, Stlink/v2-onboard
10 - [ ] Programmer firmware version: e.g STSW-LINK007 2.27.15
11 - [ ] Operating system: e.g Linux, Mac OS X, Windows (with specific version)
12 - [ ] Stlink tools version and/or git commit hash: e.g v1.1.0/git-c722056
13 - [ ] Stlink commandline tool name: e.g `st-info`, `st-flash`, `st-util` 
14 - [ ] Target chip (and optional board): e.g STM32F402VG (STM32Fxxx Discovery)
15
16 A as-detailed description possible of the problem with debug output when available.
17
18 Output:
19
20 ```
21 OUTPUT/ERROR of the commandline tool(s)
22 ```
23
24 Expected/description:
25 `short description of the expected value`
26
27 Thank you,
28 The stlink project maintainers