From 64e6170224d86a41db782d5e23fd4baa7f0bc695 Mon Sep 17 00:00:00 2001 From: Ha Thach Date: Mon, 22 Nov 2021 11:26:23 +0700 Subject: [PATCH 1/2] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 291b2207..624d0ab7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,7 +34,10 @@ body: label: Firmware placeholder: | e.g examples/device/cdc_msc. - If it is custom firmware, please provide links to your minimal sources or as attached files. + If it is custom firmware, it is preferably compiled like one in example folder and reviewable for people to comment on. The easiest way is + - Fork this repo, checkout a new branch + - Add your-own-example based on stock one + - Push and post it here. validations: required: true @@ -49,6 +52,7 @@ body: attributes: label: How to reproduce ? placeholder: | + Exact steps in chronological order, details should be specific e.g if you use a command/script to test with, please post it as well. 1. Go to '...' 2. Click on '....' 3. See error From e5adc4680547a03ef2d9412305167e5d188dd5d0 Mon Sep 17 00:00:00 2001 From: Ha Thach Date: Mon, 22 Nov 2021 11:27:37 +0700 Subject: [PATCH 2/2] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 624d0ab7..fc41d8ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,8 +33,7 @@ body: attributes: label: Firmware placeholder: | - e.g examples/device/cdc_msc. - If it is custom firmware, it is preferably compiled like one in example folder and reviewable for people to comment on. The easiest way is + e.g examples/device/cdc_msc. If it is custom firmware, it is preferably compiled like one in example folder and reviewable for people to comment on. The easiest way is - Fork this repo, checkout a new branch - Add your-own-example based on stock one - Push and post it here.