Skip to content

Commit b33c868

Browse files
committed
Move the issue template
Having a singular issue template named `.github/ISSUE_TEMPLATE.md` is using the legacy workflow from GitHub. GitHub nowadays recommends for issue templates to be placed in a `ISSUE_TEMPLATE` directory and use front matter, to allow for multiple descriptive issue templates.
1 parent 2850175 commit b33c868

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
17
## Problem/Motivation
28

39
> (Why the issue was filed)

0 commit comments

Comments
 (0)