forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github/ISSUE_TEMPLATE: Update issue form to remove checklist generation.
Update to the issue forms added earlier this year, that seem to generally be working well. Improvements in this commit: - No longer generates TODO checklists in new issues. - Issue bodies (and therefore email previews) no longer start with the same fixed checklist text for each new issue. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
- Loading branch information
1 parent
c11efc7
commit c1a6b95
Showing
4 changed files
with
73 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,11 @@ body: | |
1. For issues that are readily exploitable or have high impact, please email [email protected] instead. | ||
1. If this is a question about security, please ask it in [Discussions](https://github.com/orgs/micropython/discussions/) or [Discord](https://discord.gg/RB8HZSAExQ) instead. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Checks | ||
description: | | ||
Before submitting your bug report, please go over these check points: | ||
options: | ||
- label: | | ||
I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone. | ||
required: true | ||
- label: I wish to report a specific security issue that is **not readily exploitable and does not have high impact** for MicroPython developers or users. | ||
required: true | ||
- label: | | ||
I've searched for [existing issues](https://github.com/micropython/micropython/issues) and didn't find any that matched. | ||
required: true | ||
#### Existing issue? | ||
* Please search for [existing issues](https://github.com/micropython/micropython/issues) before reporting a new one. | ||
- type: input | ||
id: port-board-hw | ||
attributes: | ||
|
@@ -57,3 +47,14 @@ body: | |
* How does the attacker exploit this issue? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: code-of-conduct | ||
attributes: | ||
label: Code of Conduct | ||
description: | | ||
Do you agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone? | ||
options: | ||
- "Yes, I agree" | ||
multiple: true | ||
validations: | ||
required: true |