From 8e44986c28d58aefff6125e52814ed1eb7eb0a6a Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Mon, 14 Jun 2021 10:56:19 -0400 Subject: [PATCH] Configure issues templates Ask people to go to /discussions for anything that is not a bug report. --- .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..9344b84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions and discussions + url: https://github.com/pelletier/go-toml/discussions + about: Please ask and answer questions here.