Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit ef7a769

Browse files
committed
Add issue templates
I am reading the docs (linked below) but they are not very clear. https://docs.github.com/en/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository
1 parent ead7c0c commit ef7a769

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Bug report
3+
about: Use this template for tracking bug reports.
4+
title: "[DATE]: [FEATURE NAME]"
5+
labels: tracking issue, needs triage
6+
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: New feature
3+
about: Use this template for tracking new features.
4+
title: "[DATE]: [FEATURE NAME]"
5+
labels: tracking issue, needs triage
6+
---

0 commit comments

Comments
 (0)