Description
The current issue templates (bug_report.md, feature_request.md) use Markdown format. YAML form-based templates (.yml) provide structured input fields, validation, and a guided form interface that improves data quality and consistency.
Current State
bug_report.md — environment, steps to reproduce, expected/actual behaviour, workarounds, notes
feature_request.md — challenge/use case, proposal, alternatives, notes
Tasks
Draft config.yml
blank_issues_enabled: false
contact_links:
- name: Questions, Ideas, Tips & Tricks
url: https://github.com/metreeca/blue/discussions
about: Share questions, ideas, and tips in GitHub Discussions.
References
Description
The current issue templates (
bug_report.md,feature_request.md) use Markdown format. YAML form-based templates (.yml) provide structured input fields, validation, and a guided form interface that improves data quality and consistency.Current State
bug_report.md— environment, steps to reproduce, expected/actual behaviour, workarounds, notesfeature_request.md— challenge/use case, proposal, alternatives, notesTasks
bug_report.mdtobug_report.ymlwith typed fields and required validationfeature_request.mdtofeature_request.ymlwith typed fields and required validationconfig.ymlto configure template chooser — disable blank issues and add contact links to DiscussionsDraft
config.ymlReferences