Our current issue templates .github/ISSUE_TEMPLATE/ are written in plain Markdown, which just gives contributors a free-text field to fill in manually.
GitHub supports YAML issue forms, which render as structured forms with dedicated inputs (dropdowns, checkboxes, required fields, etc.) instead of a single text box.
Switching our templates to this format would make it easier for people to submit complete, well-structured issues, and easier for us to triage them.
Our current issue templates .github/ISSUE_TEMPLATE/ are written in plain Markdown, which just gives contributors a free-text field to fill in manually.
GitHub supports YAML issue forms, which render as structured forms with dedicated inputs (dropdowns, checkboxes, required fields, etc.) instead of a single text box.
Switching our templates to this format would make it easier for people to submit complete, well-structured issues, and easier for us to triage them.