restrict blank issues

This commit is contained in:
Dmitry Shibanov 2021-02-10 19:12:20 +03:00
parent c8b60fb6bf
commit 2d101adc9f
3 changed files with 3 additions and 3 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: ''
--- ---

View File

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

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