From 097e332015a9a000bdef9c76a46807707062bd39 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 13 Apr 2021 11:10:08 -0500 Subject: [PATCH] Create config.yml Does two things: 1. Creates a link to the USAGE page. 2. Removes "Open Blank Issue" option on the New Issue page. --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) 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..a749800 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: SIST2 Documentation + url: https://github.com/simon987/sist2/blob/master/docs/USAGE.md + about: Check out the SIST2 documentation for answers to common questions