From 692f08d8e9651d3a968ecca2233bb3c31db48088 Mon Sep 17 00:00:00 2001 From: kaitlincart <43049322+kaitlincart@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:33:22 -0700 Subject: [PATCH] Add new config This will link to the forum to encourage users to post questions there instead of GitHub. This was borrowed from Nomad. --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 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 000000000..7d4677ae6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Ask a Question + url: https://discuss.hashicorp.com/c/vagrant + about: If you have a question or are looking for advice, please post on our Discuss forum.