Skip to content

Commit

Permalink
chore: add issues config.yml (#206)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tenthirtyam authored Jul 2, 2024
1 parent 41d13a1 commit a9be1f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a9be1f8

Please sign in to comment.