From b3425c83245a607c3cc6035bad8fec2c2fd85538 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Tue, 7 Dec 2021 11:22:53 -0800 Subject: [PATCH] issue templates: rename english to __en_US and add config --- .github/ISSUE_TEMPLATE/{english.yaml => __en-US.yaml} | 0 .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 1 insertion(+) rename .github/ISSUE_TEMPLATE/{english.yaml => __en-US.yaml} (100%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/english.yaml b/.github/ISSUE_TEMPLATE/__en-US.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/english.yaml rename to .github/ISSUE_TEMPLATE/__en-US.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..a49eab2f6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file