From 5e063d29f33953f9a143033046577b9a8542e3f0 Mon Sep 17 00:00:00 2001 From: "@shinhub" Date: Tue, 20 Aug 2019 00:34:35 +0200 Subject: [PATCH 1/4] Create a documented issue template for bugs --- .github/ISSUE_TEMPLATE/bug.md | 58 +++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..cbd6143 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,58 @@ + + +## Context +### Prerequisites + +* [ ] I can reproduce the issue/bug that I report on +* [ ] I run the latest version of the firmware from this repository +* [ ] I am available to provide further details, and can reproduce the same initial situation where I identified the issue +* [ ] I checked all available open sources, like Wiki, Internet search engines, and other issues, to document what I found in the better possible extent, confirm that something did not function as expected, and that a bug fix is required in this repository code +* [ ] I checked for issues here, and did not find this one was already reported on +* [ ] I understand this repository or issue tracker is not a support service for the hardware I bought, but a cooperative open-source project to play with it, and that nobody here is affiliated with ChameleonMini manufacturers or sellers +### Environment + +|Item|Your information| +|---|---| +|**Harware**| +|**Buying source**|| +|**Firmware**|| +|**GUI**|| +|**Slot number**|| +|**Slot configuration**|| +|**Dump source**|| +|**Reader**|| +|**Flashing environment**|| +|**Flashing interface**|| +|**Flashing method**|| +|**Flash memory space**|| +|**Makefile configuration**|| +### About my use + +### About me + +* [ ] I have knowledge on RFID/NFC standards and/or technologies +* [ ] I know how to program () +* [ ] I have knowledge on AVR microcontrollers programming +* [ ] I know how to do a Pull Request (PR), or am OK to learn it and try it + +## Bug description +### Situation + +### Expected function and references + +### Bug + + +### Steps to Reproduce + +1. +2. ... + +## Resolution paths +### Ideas + +### Possible Implementation + + + + From e87d1d2088f004b10f5059fbbc9bc4ac8d75e422 Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:10:02 +0200 Subject: [PATCH 2/4] Lighten bug template. --- .github/ISSUE_TEMPLATE/bug.md | 37 ++++++++--------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index cbd6143..d76015b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,45 +1,24 @@ -## Context -### Prerequisites - -* [ ] I can reproduce the issue/bug that I report on -* [ ] I run the latest version of the firmware from this repository -* [ ] I am available to provide further details, and can reproduce the same initial situation where I identified the issue -* [ ] I checked all available open sources, like Wiki, Internet search engines, and other issues, to document what I found in the better possible extent, confirm that something did not function as expected, and that a bug fix is required in this repository code -* [ ] I checked for issues here, and did not find this one was already reported on -* [ ] I understand this repository or issue tracker is not a support service for the hardware I bought, but a cooperative open-source project to play with it, and that nobody here is affiliated with ChameleonMini manufacturers or sellers -### Environment - +## Environment + |Item|Your information| |---|---| -|**Harware**| -|**Buying source**|| +|**Harware**| |**Firmware**|| -|**GUI**|| +|**GUI**|| |**Slot number**|| |**Slot configuration**|| |**Dump source**|| |**Reader**|| -|**Flashing environment**|| -|**Flashing interface**|| -|**Flashing method**|| +|**Flashing environment**|| +|**Flashing method**|| |**Flash memory space**|| -|**Makefile configuration**|| -### About my use - -### About me - -* [ ] I have knowledge on RFID/NFC standards and/or technologies -* [ ] I know how to program () -* [ ] I have knowledge on AVR microcontrollers programming -* [ ] I know how to do a Pull Request (PR), or am OK to learn it and try it +|**Makefile configuration**|| ## Bug description -### Situation - ### Expected function and references - + ### Bug From 5441796d36a19fd45855a1a66bb0ee58b68fed64 Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:15:42 +0200 Subject: [PATCH 3/4] Added front-matter header --- .github/ISSUE_TEMPLATE/bug.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index d76015b..f590a78 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,3 +1,10 @@ +--- +name: 'Bug Report' +about: 'Something did not function as expected, and you would like to help fixing it. +labels: 'bug' +assignees: '' + +--- ## Environment From 43e16597af934ae3df2cf65ec1e09f7e7d664c44 Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:17:53 +0200 Subject: [PATCH 4/4] Added title header --- .github/ISSUE_TEMPLATE/bug.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index f590a78..4a8b722 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,7 @@ --- name: 'Bug Report' about: 'Something did not function as expected, and you would like to help fixing it. +title: '[BUG] Please enter a short description' labels: 'bug' assignees: ''