diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..4a8b722 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,45 @@ +--- +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: '' + +--- + + +## Environment + +|Item|Your information| +|---|---| +|**Harware**| +|**Firmware**|| +|**GUI**|| +|**Slot number**|| +|**Slot configuration**|| +|**Dump source**|| +|**Reader**|| +|**Flashing environment**|| +|**Flashing method**|| +|**Flash memory space**|| +|**Makefile configuration**|| + +## Bug description +### Expected function and references + +### Bug + + +### Steps to Reproduce + +1. +2. ... + +## Resolution paths +### Ideas + +### Possible Implementation + + + +