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

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

View File

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

View File

@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: .NET issues
url: https://github.com/dotnet/runtime#filing-issues

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: ''
---