From 1cd70e33db7a6688b37ba843352761d599c83fad Mon Sep 17 00:00:00 2001 From: fvoituret Date: Tue, 5 Nov 2019 11:03:33 +0100 Subject: [PATCH] feat: create issue template config --- .github/ISSUE_TEMPLATE/config.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false