diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..0f39f949de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Consul Community Support + url: https://discuss.hashicorp.com/c/consul/29 + about: If you have a question, or are looking for advice, please post on our Discuss forum! The community loves to chime in to help. Happy Coding! + - name: Consul-Helm GitHub Issues + url: https://github.com/hashicorp/consul-helm + about: Are you submitting an issue or feature enhancement for the Consul helm chart? Please post in the Consul-Helm GitHub Issues. + - name: Consul Learn Tracks + url: https://learn.hashicorp.com/consul?track=getting-started#getting-started + about: Please check out our Learn Guides. These hands on guides deal with many of the tasks common to using Consul \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 18279ede03..0000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Question -about: If you have a question, please do not create an issue. Instead check out our other community resources. - ---- - -Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here if you have a question. - -- Frequently asked questions: https://www.consul.io/docs/faq.html -- Consul Guides: https://www.consul.io/docs/guides/index.html -- Any other questions can be sent to the Consul section of the [HashiCorp forum]: (https://discuss.hashicorp.com/c/consul)