Commit 91948c1
committed
chore: fix issue template
This is an attempt at fixing the broken issue template
> To be displayed with a checkmark in the community profile checklist, issue
> templates must be located in the .github/ISSUE_TEMPLATE folder and contain
> valid name: and about: keys in the YAML frontmatter (for issue templates
> defined in .md files)
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository
I'm interpreting that quote to mean that the issue template won't work,
unless it have `name:` and `about:` fields in the frontmatter.1 parent 45fd9d1 commit 91948c1
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments