Skip to content

Commit 91948c1

Browse files
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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: New issue
3+
about: Use this template for tracking new issues
4+
---
5+
16
## Description of the issue 📄
27

38
## Screenshots 📷

0 commit comments

Comments
 (0)