-
-
Notifications
You must be signed in to change notification settings - Fork 133
Add issue templates #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add issue templates #138
Conversation
A menu of issue categories will be presented when the user begins the issue creation process. The issue will be prefilled with prompts for the specific information needed for each issue type. If none of the issue types are applicable, the user can click the "Open a blank issue" link at the bottom of the issue template chooser page to get the previous issue creation behavior. The default organization level security policy is linked to for people wanting to report a security vulnerability. Links are provided to the Arduino Language Reference, Arduino Forum, and Arduino Developers Mailing list to redirect support requests. References: - https://docs.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates - https://docs.github.com/en/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository - https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
Seems to be still in limited early release, so I don't think it's available to us yet, but definitely worth keeping an eye out for this super nice new issue template system GitHub made:
https://twitter.com/Frenck/status/1355620350176976901
UPDATE: Now in use in the arduino/arduino-ide
repo: arduino/arduino-ide#916
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How could this have been missed ?!?! 😉 Of course we want this feature to give the discussions on this repository some shape. Thank you very much @per1234 for taking the time to prepare this PR.
Uh oh!
There was an error while loading. Please reload this page.
A menu of issue categories will be presented when the user begins the issue creation process.
The issue will be prefilled with prompts for the specific information needed for each issue type.
If none of the issue types are applicable, the user can click the "Open a blank issue" link at the bottom of the issue template chooser page to get the previous issue creation behavior.
The default organization level security policy is linked to for people wanting to report a security vulnerability.
Links are provided to the Arduino Language Reference, Arduino Forum, and Arduino Developers Mailing list to redirect support requests.
Clipboard01
Clipboard02
References: