From baab8ca2f9f7b5fcfd9a15c0bc61069a846e1f4f Mon Sep 17 00:00:00 2001 From: nightwalker-87 <15526941+Nightwalker-87@users.noreply.github.com> Date: Sat, 15 Aug 2020 21:31:52 +0200 Subject: [PATCH] Updated ISSUE_TEMPLATES (Closes #1014) --- ...ort--only-valid-if-template-is-reused--.md | 38 ------------------- .github/ISSUE_TEMPLATE/bug-report.md | 15 ++++---- .github/ISSUE_TEMPLATE/feature-request.md | 16 ++++---- 3 files changed, 14 insertions(+), 55 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report--only-valid-if-template-is-reused--.md diff --git a/.github/ISSUE_TEMPLATE/bug-report--only-valid-if-template-is-reused--.md b/.github/ISSUE_TEMPLATE/bug-report--only-valid-if-template-is-reused--.md deleted file mode 100644 index 255596955..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report--only-valid-if-template-is-reused--.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -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 diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 344a53ea6..fc30f3993 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,18 +1,19 @@ --- -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.** + +- [ ] 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: - 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`) @@ -31,8 +32,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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 2aa7a5c7f..133b895b2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,18 +1,19 @@ --- -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.** + +- [ ] 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. - [ ] 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` @@ -31,9 +32,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