From 5c8ca58edfb304b2dd5e6061f83387470826dd87 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 5 Apr 2021 14:28:48 -0700 Subject: Googletest export Disable blank issue template, delete question template PiperOrigin-RevId: 366874747 --- .github/ISSUE_TEMPLATE/90-question.md | 7 ------- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/90-question.md diff --git a/.github/ISSUE_TEMPLATE/90-question.md b/.github/ISSUE_TEMPLATE/90-question.md deleted file mode 100644 index 46ec8b0..0000000 --- a/.github/ISSUE_TEMPLATE/90-question.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Question -about: Can't find an answer to your question? Ask us! -title: '' -labels: 'question' -assignees: '' ---- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358..3ba13e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: true +blank_issues_enabled: false -- cgit v0.12