Creating an issue template mentions
This is the legacy workflow to create an issue template. We recommend using the upgraded multiple issue template builder to create multiple issue templates.
The configuration mentions:
If you used the legacy workflow to manually create an issue_template.md
file and enable blank issues in your config.yml
file, the template in issue_template.md
will be used when people chose to open a blank issue.
If you disable blank issues, the template will never be used.
The OP khmarbaise adds in the comments:
I recreated them.
And the issue was that my templates contained comments which seemed to be a problem or the config.yml
...This is now working.
Starting June 2021, this is evolving:
Issues submitted to open source projects often lack important information.
Markdown issue templates can help by providing text that contributors can remove and replace with their own input – but sometimes contributors can miss details or get confused.
New, YAML configured issue forms enable maintainers to build structured forms with required fields and easy-to-follow steps so that they can capture every important detail.
Issue forms are now available in beta for all publicly accessible repositories.
Learn more about issue forms
issue_template.md
file in my repo I only have as mentionedbug_report.md
andfeature_request.md
in my repo and as I mentionedconfig.yml
in the repo... – Ambient