summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-04-22 17:40:14 +0700
committerGitHub <[email protected]>2020-04-22 17:40:14 +0700
commit894a09f2ae7082fd9e850b76febed12dafecdcd4 (patch)
treef611ce0a18301169bae433886de1febcbcb754e4 /.github
parente23206821f6b060f384962cfb71f8cbb65b45c0f (diff)
parent7784b9c48f9e77d740ccc7e4929c5e944cdb1afd (diff)
Merge pull request #372 from hathach/add-rtt
Add rtt as logger option
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md13
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md7
-rw-r--r--.github/ISSUE_TEMPLATE/question.md2
3 files changed, 14 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c4d2757d2..66f045765 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,17 +7,20 @@ assignees: ''
---
-**Set up (mandatory):**
-Provide details of your setup help us to reproduce the issue as quick as possible
+**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
-**Bug Description**
-Describe what the bug is.
+**Describe the bug**
+A clear and concise description of what the bug is.
-**Reproduce**
+**To reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error
+
+**Log & screenshots**
+If applicable, add screenshots and TinyUSB's log to help explain your problem. To enable logging, add `LOG=2` to your 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](/examples/readme.md) \ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index cb211eeb4..f34ff49ed 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,5 +7,8 @@ assignees: ''
---
-**Feature Description**
-Describe your feature
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index 3a9fd205c..d12c9785d 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -7,4 +7,4 @@ assignees: ''
---
-**Question Description**
+**Describe what the question is**