Skip to content

Commit

Permalink
Add self-training material for writing a good bug report.
Browse files Browse the repository at this point in the history
Some existing bug reports are not easy to read. Add an external link to show users what a high-quality bug report looks like.
  • Loading branch information
Qian Hong committed Dec 8, 2022
1 parent 9cb3b04 commit 79b8ac7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ body:
options:
- label: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-ios/blob/master/CODE_OF_CONDUCT.md)
required: true

- type: checkboxes
attributes:
label: Self-training on how to write a bug report
description: High quality bug report can help the team save time and improve the chance of getting fixed. Please read [how to write a bug report](https://www.browserstack.com/guide/how-to-write-a-bug-report) before submitting your issue.
options:
- label: I have learned [how to write a bug report](https://www.browserstack.com/guide/how-to-write-a-bug-report)
required: true

- type: checkboxes
attributes:
label: Is there an existing issue for this?
Expand Down

0 comments on commit 79b8ac7

Please sign in to comment.