From 729e669b9bb09ee3b06680bb503e68b43e3d7569 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 25 Jun 2024 23:22:17 -0400 Subject: [PATCH] chore: add issues `config.yml` Adds the `config.yml` for issues to show contact links to the following alongside the options for bugs, enhancements, questions, etc. Signed-off-by: Ryan Johnson --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 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 00000000..5340a0b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + +blank_issues_enabled: false +contact_links: + - name: Community Discussions + url: https://discuss.hashicorp.com/c/packer/23 + about: Need some help? Join the community discussions. + - name: Packer Plugin Documentation + url: https://developer.hashicorp.com/packer/integrations/hashicorp/vmware + about: Having trouble with this Packer plugin? Check out the plugin documentation. + - name: Packer Documentation + url: https://developer.hashicorp.com/packer/ + about: Having trouble with Packer? Check out the product documentation.