GitHub's Community Standards checker does not recognize .yml based issue form templates correctly ? #188484
Replies: 2 comments 1 reply
-
|
This usually happens because GitHub only recognizes issue templates if they’re placed in the exact folder it expects. The correct folder name is .github/ISSUE_TEMPLATE (singular), not ISSUE_TEMPLATES (plural). If your folder name is plural, the Community Standards checklist won’t detect it and will show it as incomplete. Just rename the folder to .github/ISSUE_TEMPLATE, push the changes, and refresh the page — it should get marked as complete. |
Beta Was this translation helpful? Give feedback.
-
|
We need to answer: GitHub Community Standards checker does not recognize .yml based issue form templates correctly. The user says they have issue templates under .github/ISSUE_TEMPLATES in .yml format, but the Community Standards section shows Issue Templates task as incomplete. Known issue? Workaround? We need to answer as a developer, leading with answer, using "I", being specific, short sentences, no bullet lists unless genuine sequence of steps, no headers, no em dashes, under 200 words. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
My repo has the issue templates under .github/ISSUE_TEMPLATES in

.ymlformat. But the Community Standards section shows as Issue Templates task as incomplete. Is this a known issue? If so is there a workaround?Beta Was this translation helpful? Give feedback.
All reactions