Skip to content

Commit

Permalink
Updated ISSUE_TEMPLATES
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightwalker-87 committed Aug 9, 2020
1 parent 1bcfdf5 commit 0a6fe3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
name: Bug Report
about: 'Please read #906 before submitting a ticket.'
title: "[STM32 device name]: [Title]"
name: "Bug Report"
about: "Report a bug"
title: "[STM32 device name]: [_$YourTitle_]"
labels: ''
assignees: ''

---

Thank you for giving feedback to the stlink project.

**NOTICE: Please read and follow instructions in #906 before submitting a ticket. This feature request will be deleted without notice when not enough information is provided! So please ensure that all fields are filled out.**

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`)
Expand All @@ -31,8 +30,6 @@ 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
14 changes: 5 additions & 9 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[feature] "
name: "Feature Request"
about: "Suggest an idea for this project"
title: "[feature] [_$YourTitle_]"
labels: code/feature-request
assignees: ''

---

Thank you for giving feedback to the stlink project.

**NOTICE: Please read and follow instructions in #906 before submitting a ticket. This feature request will be deleted without notice when not enough information is provided! So please ensure that all fields are filled out.**

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.

- [ ] 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
- [ ] Stlink commandline tool name: e.g `st-info`, `st-flash`, `st-util`
Expand All @@ -31,9 +30,6 @@ Expected/description:
`short description of the expected value`


**NOTICE: This feature request may be closed without notice when not enough information is provided!**


Thank you for your support.

The stlink project maintainers

0 comments on commit 0a6fe3a

Please sign in to comment.