Merge pull request #121 from dmitry-shibanov/restrict-blank-issues

Restrict blank issues
This commit is contained in:
Maxim Lobanov 2021-02-10 17:30:29 +03:00 committed by GitHub
commit 2fac83dd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a bug report
title: ''
labels: bug
labels: bug, needs triage
assignees: ''
---

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
labels: feature request, needs triage
assignees: ''
---