From 61749780ef41dd733847c0d24a28459db6675ed9 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Tue, 31 Mar 2020 06:17:09 -0400 Subject: [PATCH] github: do not allow blank issues to be filed Changing this option disables ability to file issue without choosing one of the templates. When only single template was availible, this was default behaviour. New issue was always filled with the contents of template. This change removes confusing "file blank issue" button. Signed-off-by: Tomasz Zawadzki Change-Id: I32d88aed88a1bdf48f68ff6c19b4e83eb381afc0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1600 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker Reviewed-by: Karol Latecki Reviewed-by: Darek Stojaczyk --- .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 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false