Update issue templates

Added reference to #906 in bug report template
pull/959/head
nightwalker-87 2020-05-13 12:38:43 +02:00 zatwierdzone przez GitHub
rodzic d11e6f4c8a
commit 4c1f5b9575
2 zmienionych plików z 41 dodań i 3 usunięć

Wyświetl plik

@ -0,0 +1,38 @@
---
name: Bug Report (only valid if template is reused!)
about: 'Please read #906 before submitting a ticket.'
title: "[STM32 device name]: [Title]"
labels: ''
assignees: ''
---
Thank you for giving feedback to the stlink project.
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to fill out each of the following items appropriate to your specific problem:
- Programmer/board type: [enter here] (e.g Stlink /v1, /v2, /v2-clone, /v2-1)
- Programmer firmware version: [enter here] (e.g STSW-LINK007 2.27.15)
- Operating system and version: [enter here] (e.g Linux, Mac OS X, Windows)
- **Stlink tools version** and/or git commit hash: [enter here] (e.g v1.1.0/git-c722056)
- Stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-util`)
- Target chip (and board if applicable): [enter here] (e.g STM32F402VG)
Futher we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:
Commandline-Output:
```
OUTPUT/ERROR of the commandline tool(s)
```
Expected/description:
`short description of the expected value`
**NOTICE: This bug report may be closed without further notice, if not enough information is provided!**
Thank you for your support.
The stlink project maintainers

Wyświetl plik

@ -1,8 +1,8 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[Your device name]: [Title]"
labels: bug/needs-investigation
about: 'Please read #906 before submitting a ticket.'
title: "[STM32 device name]: [Title]"
labels: ''
assignees: ''
---