From 9599ed91eea79d0dd8134a40f5656b4b89f46c91 Mon Sep 17 00:00:00 2001 From: afrokick Date: Mon, 11 May 2020 22:00:08 +0300 Subject: [PATCH] add options for issue template --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file