-
Notifications
You must be signed in to change notification settings - Fork 249
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
Add support for new issue experience in all repos #3643
Comments
I think once you've got one of these issue template prs in, as these are all the same, I'm happy to pass the rest of them with one +1 from someone else. @cahirodoherty-learningpool what do you think? |
Yeah that sounds good to me |
Subject of the issue
GitHub have publicly enabled the 'new issues experience' preview feature. This preview feature is not compatible with the current implementation of the issue template.
The 'new issues experience' feature appears to be toggleable on an account basis rather than at an organisation level.
As such, to ensure all audiences are covered, it is proposed to retain the existing implementation and add in support for the 'new issues experience' feature.
Steps to reproduce
When selecting 'New issue' on a repo, the issue title and body fields are blank.
Navigating to the
.github/ISSUE_TEMPLATE.md
file you're met with the following error message:The learn more link as per the screenshot.
Proposed fix
ISSUE_TEMPLATE.md
from.github/
and paste it.github/ISSUE_TEMPLATE/
.github/ISSUE_TEMPLATE/issue_template.md
config.yml
file to.github/ISSUE_TEMPLATE/
config.yml
to remove the blank issue option when creating an issueExample of YAML frontmatter:
Core repos
Lesser used repos
Archived / deprecated / unused repos
The text was updated successfully, but these errors were encountered: