Skip to content

Commit 2fac83d

Browse files
Merge pull request #121 from dmitry-shibanov/restrict-blank-issues
Restrict blank issues
2 parents 089d28c + fbe6d87 commit 2fac83d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a bug report
44
title: ''
5-
labels: bug
5+
labels: bug, needs triage
66
assignees: ''
77

88
---

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: feature request
5+
labels: feature request, needs triage
66
assignees: ''
77
---
88

0 commit comments

Comments
 (0)