You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub has a beta feature that adds forms to issues. YAML syntax is used to build the layout which makes converting from our markdown templates for bug/idea submissions straight forward. Note that issue forms are not yet supported for pull requests.
Motivation and context
This issue would be useful because forms encourages specific, structured information we want included in issues, as well as required fields and validation.
Implementation notes
Create a YAML form definition file in the ./.github/ISSUE_TEMPLATE directory
Discuss with team on what information should be included, required fields, etc.
Acceptance criteria
How do we know when this work is done?
Issue forms are implemented for both bug and new feature requests.
The text was updated successfully, but these errors were encountered:
💡 Summary
GitHub has a beta feature that adds forms to issues. YAML syntax is used to build the layout which makes converting from our markdown templates for bug/idea submissions straight forward. Note that issue forms are not yet supported for pull requests.
Motivation and context
This issue would be useful because forms encourages specific, structured information we want included in issues, as well as required fields and validation.
Implementation notes
./.github/ISSUE_TEMPLATE
directoryAcceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: