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.