General Project Update

- Updated ISSUE_TEMPLATES
- Updated .gitignore
pull/1099/head^2
nightwalker-87 2021-03-06 17:36:26 +01:00
rodzic baab8ca2f9
commit d0416149e0
3 zmienionych plików z 17 dodań i 14 usunięć

Wyświetl plik

@ -11,13 +11,13 @@ Thank you for giving feedback to the stlink project.
- [ ] I made serious effort to avoid creating duplicate or nearly similar issue
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:
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and edit each item individually appropriate to your specific problem.
- Programmer/board type: [enter here] (e.g Stlink /v1, /v2, /v2-clone, /v2-1)
- 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)
- [ ] Programmer/board type: (e.g ST-Link/v1, ST-Link/v2, ST-Link/v2-onboard, ST-Link/v3)
- [ ] 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)
- [ ] Stlink commandline tool name: (e.g `st-info`, `st-flash`, `st-util`)
- [ ] Target chip (and optional board): (e.g STM32F402VG (STM32Fxxx Discovery))
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:

Wyświetl plik

@ -11,15 +11,15 @@ Thank you for giving feedback to the stlink project.
- [ ] I made serious effort to avoid creating duplicate or nearly similar issue
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to fill out the check boxes below by setting a 'x' into the checkboxes ( [x] ) and edit each item appropriate to your specific problem.
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and edit each item individually appropriate to your specific request.
- [ ] Programmer/board type: e.g Stlink/v1, Stlink/v2, Stlink/v2-onboard
- [ ] 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
- [ ] Stlink commandline tool name: e.g `st-info`, `st-flash`, `st-util`
- [ ] Target chip (and optional board): e.g STM32F402VG (STM32Fxxx Discovery)
- [ ] Programmer/board type: (e.g ST-Link/v1, ST-Link/v2, ST-Link/v2-onboard, ST-Link/v3)
- [ ] 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)
- [ ] Stlink commandline tool name: (e.g `st-info`, `st-flash`, `st-util`)
- [ ] Target chip (and optional board): (e.g STM32F402VG (STM32Fxxx Discovery))
Futher we kindly ask you to describe the detected problem as detailled as possible and to add debug output if available, by using the following template:
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:

5
.gitignore vendored
Wyświetl plik

@ -1,5 +1,8 @@
build
build-mingw
.cmake/
.vscode/
.project
obj-*
*.user*
.project