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 name: Bug report
about: Create a bug report about: Create a bug report
title: '' title: ''
labels: bug labels: bug, needs triage
assignees: '' 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 name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: feature request labels: feature request, needs triage
assignees: '' assignees: ''
--- ---