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 #359

Open
1 task
mitchelbaker-cisa opened this issue Aug 22, 2024 · 0 comments
Open
1 task
Assignees
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.

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.
@adhilto adhilto added this to the Coast milestone Sep 17, 2024
@LaurenBassett LaurenBassett self-assigned this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants