diff options
| author | Ha Thach <[email protected]> | 2021-11-22 12:18:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-22 12:18:36 +0700 |
| commit | ae73873b5cba0eb11c89165f4559964940430d44 (patch) | |
| tree | 184432672a2e00dae5d0463368e0246714fa2381 /.github | |
| parent | b8d66e4d1975a9b2329b1302c63eb4477a5eed0f (diff) | |
| parent | e5adc4680547a03ef2d9412305167e5d188dd5d0 (diff) | |
Merge pull request #1207 from hathach/update-issue-tempate
Update bug_report.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 291b22079..fc41d8ff1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,8 +33,10 @@ body: attributes: 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. + 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. validations: required: true @@ -49,6 +51,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 |
