如 github 所述创建了问题模板,但它们未以某种方式激活
Created issue templates as mentioned on github but they are not activated somehow
current project 包含目录:.github/ISSUE_TEMPLATE/
和一个 bug_report.md
以及里面的一个 feature_request.md
文件。我还有一个 config.yml
文件,但不幸的是,如果我尝试创建一个问题 none 模板会被考虑在内吗?
有人 hint/idea 我可能忘记或做错了什么吗?
This is the legacy workflow to create an issue template. We recommend using the upgraded multiple issue template builder to create multiple issue templates.
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.
OP khmarbaise adds :
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.
从 2021 年 6 月开始,这将不断发展:
Issues forms beta for public repositories
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
current project 包含目录:.github/ISSUE_TEMPLATE/
和一个 bug_report.md
以及里面的一个 feature_request.md
文件。我还有一个 config.yml
文件,但不幸的是,如果我尝试创建一个问题 none 模板会被考虑在内吗?
有人 hint/idea 我可能忘记或做错了什么吗?
This is the legacy workflow to create an issue template. We recommend using the upgraded multiple issue template builder to create multiple issue templates.
If you used the legacy workflow to manually create an
issue_template.md
file and enable blank issues in yourconfig.yml
file, the template inissue_template.md
will be used when people chose to open a blank issue.
If you disable blank issues, the template will never be used.
OP khmarbaise adds
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.
从 2021 年 6 月开始,这将不断发展:
Issues forms beta for public repositories
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