From 1b7e751e58ce7d40ac7d1ffd944a8e6928994dfa Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 11 Aug 2020 10:36:30 -0700 Subject: Export of internal Abseil changes -- feb01287934e6824d3a7be58a835e1d0254a353e by Derek Mauro : Add a general question template to our issue templates PiperOrigin-RevId: 326051081 -- cf3c0ab96f179e5396574b0a1dd655d6f48b031c by Derek Mauro : Add a bug report issue template PiperOrigin-RevId: 326026210 -- e67506083474736fee2a98c585383481b6bf6f2f by Xiaoyi Zhang : Internal change PiperOrigin-RevId: 325885389 -- 59c6ad5f6004e8c62ceb28611cbc88cd52b65a16 by Gennadiy Rozental : Internal change PiperOrigin-RevId: 325836079 GitOrigin-RevId: feb01287934e6824d3a7be58a835e1d0254a353e Change-Id: I303617dfb5f05aea0bec089c84e2b486f12882b2 --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml (limited to '.github/ISSUE_TEMPLATE/config.yml') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..9794ae1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enables: true -- cgit v1.2.3 From 143a27800eb35f4568b9be51647726281916aac9 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 11 Feb 2021 12:31:15 -0800 Subject: Export of internal Abseil changes -- 1211187ce27bbccc0198f1eb2e25ef9f913e2cdb by Abseil Team : Fix typo in github issue config PiperOrigin-RevId: 357034108 GitOrigin-RevId: 1211187ce27bbccc0198f1eb2e25ef9f913e2cdb Change-Id: Iab3fabbf471ed4626609c7f3545e7e7011627c25 --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE/config.yml') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9794ae1d..0086358d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enables: true +blank_issues_enabled: true -- cgit v1.2.3