Skip to content

Commit 34b3b4d

Browse files
authored
[PLT-0] Set default issue template (#1641)
1 parent 9aa394e commit 34b3b4d

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
title: ''
5+
labels: 'bug-report'
6+
assignees: ''
7+
---
8+
19
# Describe the bug
210
A clear and concise description of what the bug is.
311

.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

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
name: New Feature Request
3+
about: Request a new feature
4+
title: ''
5+
labels: 'feature-request'
6+
assignees: ''
7+
---
8+
19
# Is your feature request related to a problem? Please describe.
210
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
311

0 commit comments

Comments
 (0)