Merge pull request #1207 from hathach/update-issue-tempate

Update bug_report.yml
This commit is contained in:
Ha Thach 2021-11-22 12:18:36 +07:00 committed by GitHub
commit ae73873b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -33,8 +33,10 @@ body:
attributes: attributes:
label: Firmware label: Firmware
placeholder: | placeholder: |
e.g examples/device/cdc_msc. 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
If it is custom firmware, please provide links to your minimal sources or as attached files. - Fork this repo, checkout a new branch
- Add your-own-example based on stock one
- Push and post it here.
validations: validations:
required: true required: true
@ -49,6 +51,7 @@ body:
attributes: attributes:
label: How to reproduce ? label: How to reproduce ?
placeholder: | 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 '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. See error 3. See error