1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-04-27 13:33:43 +07:00

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

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

@ -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

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