Skip to content
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

Convert issue templates in markdown to Github's issue forms #1283

Open
1 task
mitchelbaker-cisa opened this issue Aug 22, 2024 · 0 comments
Open
1 task

Convert issue templates in markdown to Github's issue forms #1283

mitchelbaker-cisa opened this issue Aug 22, 2024 · 0 comments
Labels
baseline-document Issues relating to the text in the baseline documents themselves enhancement This issue or pull request will add new or improve existing functionality
Milestone

Comments

@mitchelbaker-cisa
Copy link
Collaborator

💡 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.

Screenshot (179)

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. This issue could overlap with the implementation of #243 if we want to require diagnostic information for bug reports.

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.
@schrolla schrolla added this to the Backlog milestone Aug 26, 2024
@buidav buidav added enhancement This issue or pull request will add new or improve existing functionality baseline-document Issues relating to the text in the baseline documents themselves labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
baseline-document Issues relating to the text in the baseline documents themselves enhancement This issue or pull request will add new or improve existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants