Skip to content

Commit

Permalink
Merge pull request #168 from dmitry-shibanov/restrict-blank-issues
Browse files Browse the repository at this point in the history
Restrict blank issues
  • Loading branch information
Maxim Lobanov authored and GitHub committed Feb 11, 2021
2 parents c8b60fb + 2d101ad commit 8d30c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a bug report
title: ''
labels: bug
labels: bug, needs triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
labels: feature request, needs triage
assignees: ''
---

Expand Down

0 comments on commit 8d30c12

Please sign in to comment.