summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-03-18 17:38:51 +0700
committerGitHub <[email protected]>2021-03-18 17:38:51 +0700
commite182bb2a5b27eca914a72e8c074dabd333603d34 (patch)
tree0933213bd5ca568710a08b7172530d13f9384e74 /.github
parent881321e7635bf49253f7714912a24949501e4376 (diff)
parent253430a76585f529340e480397e07de567370b5f (diff)
Merge pull request #729 from hathach/cleanup-make
Cleanup make
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md19
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
2 files changed, 11 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 9f956f9d8..1e1ffb7ce 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,5 +1,5 @@
---
-name: Bug report
+name: Bug Report
about: Create a report to help us improve
title: ''
labels: Bug 🐞
@@ -7,16 +7,17 @@ assignees: ''
---
-**Set up**
-[Mandatory] Provide details of your setup help us to reproduce the issue as quick as possible
- - **PC OS** : Ubuntu 18.04 / Windows 10/ macOS 10.15
- - **Board** : Feather nRF52840 Express
- - **Firmware**: examples/device/cdc_msc
+Please provide details for all required fields, otherwise issue could be CLOSED and/or LOCKED.
-**Describe the bug**
+**Set Up (required)**
+- **PC OS** e.g Ubuntu 20.04 / Windows 10/ macOS 10.15
+- **Board** e.g Feather nRF52840 Express (if custom specify your MCUs)
+- **Firmware** e.g examples/device/cdc_msc
+
+**Describe The Bug (required)**
A clear and concise description of what the bug is.
-**To reproduce**
+**To Reproduce (required)**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
@@ -26,4 +27,4 @@ Steps to reproduce the behavior:
If applicable, add screenshots, bus capture to help explain your problem.
**Log**
-Please provide the stack's log (uart/rtt/swo) where the issue occurred, best with comments to explain the actual events. To enable logging, add `LOG=2` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=2` in your tusb_config.h. More information can be found at [example's readme](/docs/getting_started.md)
+If applicable, provide the stack's log (uart/rtt/swo) where the issue occurred, best with comments to explain the actual events. To enable logging, add `LOG=2` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=2` in your tusb_config.h. More information can be found at [example's readme](/docs/getting_started.md)
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 9842a229f..562d3113b 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,5 +1,5 @@
---
-name: Feature request
+name: Feature Request
about: Suggest an idea for this project
title: ''
labels: Feature 💡