Skip to content

chore(xfer): update issue config#420

Merged
tenthirtyam merged 1 commit intomainfrom
chore(xfer)/update-issue-config
Jan 28, 2026
Merged

chore(xfer): update issue config#420
tenthirtyam merged 1 commit intomainfrom
chore(xfer)/update-issue-config

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Description

Post-transfer update of issue config.

Post-transfer update of issue config.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam added this to the v2.0.0 milestone Jan 28, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 28, 2026
Copilot AI review requested due to automatic review settings January 28, 2026 13:24
@tenthirtyam tenthirtyam added the chore Chore label Jan 28, 2026
@tenthirtyam tenthirtyam merged commit 0f3145b into main Jan 28, 2026
16 checks passed
@tenthirtyam tenthirtyam deleted the chore(xfer)/update-issue-config branch January 28, 2026 13:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub issue template configuration file as part of a repository transfer from HashiCorp to VMware. The changes reflect the new organizational ownership and update community resource links.

Changes:

  • Removed HashiCorp copyright header and added YAML front matter separator
  • Updated community discussions URL from HashiCorp forum to VMware GitHub discussions
  • Updated plugin documentation URL to reflect new namespace structure

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

about: Need some help? Join the community discussions.
- name: Packer Plugin Documentation
url: https://developer.hashicorp.com/packer/integrations/hashicorp/vmware
url: https://developer.hashicorp.com/packer/integrations/vmware/vmware
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The plugin documentation URL has been changed from https://developer.hashicorp.com/packer/integrations/hashicorp/vmware to https://developer.hashicorp.com/packer/integrations/vmware/vmware. However, there are inconsistencies across the codebase:

  1. Documentation files (.web-docs/README.md:17 and docs/README.md:17) still reference the plugin source as github.com/hashicorp/vmware
  2. Workflow files still use the integration identifier packer/hashicorp/vmware (see .github/workflows/notify-integration-release-via-manual.yaml:59 and .github/workflows/notify-integration-release-via-tag.yaml:52)

This URL change should be verified to ensure it correctly reflects:

  • Whether the plugin has been fully migrated to a new namespace on the Packer registry
  • Whether the old URL redirects to the new one, or if users will encounter 404 errors
  • Whether all related references in documentation and workflows need to be updated together

Consider verifying the correct URL structure for the new plugin location and ensuring consistency across all files that reference the plugin's location or documentation.

Copilot uses AI. Check for mistakes.
contact_links:
- name: Community Discussions
url: https://discuss.hashicorp.com/c/packer/23
url: https://github.com/vmware/packer-plugin-vmware/discussions
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an inconsistency in the handling of the old HashiCorp community discussions URL. This file updates the discussions URL from https://discuss.hashicorp.com/c/packer/23 to https://github.com/vmware/packer-plugin-vmware/discussions, which correctly reflects the repository transfer.

However, .github/ISSUE_TEMPLATE/question.md:13 still references the old HashiCorp forum: https://discuss.hashicorp.com/c/packer. For consistency with this post-transfer update, consider reviewing whether that reference should also be updated to point to the new VMware repository discussions.

Copilot uses AI. Check for mistakes.
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

---
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copyright and SPDX-License-Identifier header has been removed from this file, but similar configuration files in the repository still retain the header. For example, .github/release.yml (lines 1-2) still contains:

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

For consistency with the rest of the codebase and given the repository transfer, consider either:

  1. Updating this file to use the Broadcom copyright format seen in other files (e.g., main.go:1-3), or
  2. Removing copyright headers from other similar configuration files in .github/ to maintain consistency.

Note that the YAML front matter separator (---) is appropriate for GitHub issue template config files, so that change is correct.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

This functionality has been released in v2.0.0 of the plugin.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

1 similar comment
@github-actions
Copy link
Copy Markdown

This functionality has been released in v2.0.0 of the plugin.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants