|
1 | | -**DELETE THIS PART BEFORE SUBMITTING** |
| 1 | +<!-- markdownlint-disable first-line-h1 no-inline-html --> |
2 | 2 |
|
3 | | -In order to have a good experience with our community, we recommend that you |
4 | | -read the contributing guidelines for making a PR, and understand the lifecycle |
5 | | -of a Packer Plugin PR: |
| 3 | +<!-- |
| 4 | + NOTE: Do NOT enter content between the comment markers <!- and ->. |
6 | 5 |
|
7 | | -https://github.com/hashicorp/packer-plugin-vsphere/blob/main/.github/CONTRIBUTING.md#opening-an-pull-request |
| 6 | + In order to have the best experience with our community, we recommend that you read the code of |
| 7 | + conduct and contributing guidelines before submitting a pull request. |
8 | 8 |
|
9 | | ----- |
| 9 | + By submitting this pull request, you confirm that you have read, understood, and agreed to the |
| 10 | + project's code of conduct and contributing guidelines. |
10 | 11 |
|
11 | | -### Description |
12 | | -What code changed, and why? |
| 12 | + Please use conventional commits to format the title of the pull request and the commit messages. |
13 | 13 |
|
| 14 | + For more information, please refer to https://www.conventionalcommits.org and the contributing |
| 15 | + guidelines for this project. |
| 16 | +--> |
14 | 17 |
|
15 | | -### Resolved Issues |
16 | | -If your PR resolves any open issue(s), please indicate them like this so they will be closed when your PR is merged: |
| 18 | +### Summary |
17 | 19 |
|
18 | | -Closes #xxx |
19 | | -Closes #xxx |
| 20 | +<!-- |
| 21 | + Please provide a clear and concise description of the pull request. |
| 22 | +--> |
20 | 23 |
|
21 | | -<!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 --> |
22 | | -### Rollback Plan |
| 24 | +### Type |
23 | 25 |
|
24 | | -If a change needs to be reverted, we will roll out an update to the code within 7 days. |
| 26 | +<!-- |
| 27 | + Please check the one(s) that applies to this pull request using "x". |
| 28 | +--> |
25 | 29 |
|
26 | | -### Changes to Security Controls |
| 30 | +- [ ] `fix`: Bug Fix |
| 31 | +- [ ] `feat`: Feature or Enhancement |
| 32 | +- [ ] `docs`: Documentation |
| 33 | +- [ ] `refactor`: Refactoring |
| 34 | +- [ ] `chore`: Build, Dependencies, Workflows, etc. |
| 35 | +- [ ] `other`: Other (Please describe.) |
27 | 36 |
|
28 | | -Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain. |
| 37 | +### Breaking Changes? |
29 | 38 |
|
| 39 | +<!-- |
| 40 | + Please check the one that applies to this pull request using "x". |
| 41 | + If this pull request contains a breaking change, please describe the impact and mitigation path. |
| 42 | +--> |
| 43 | + |
| 44 | +- [ ] Yes, there are breaking changes. |
| 45 | +- [ ] No, there are no breaking changes. |
| 46 | + |
| 47 | +### Tests |
| 48 | + |
| 49 | +<!-- |
| 50 | + Please check the one(s) that applies to this pull request using "x". |
| 51 | + For bug fixes and enhancements/features, please ensure that tests and documentation have been completed and provide details. |
| 52 | +--> |
| 53 | + |
| 54 | +- [ ] Tests have been added or updated. |
| 55 | +- [ ] Tests have been completed. |
| 56 | + |
| 57 | +Output: |
| 58 | + |
| 59 | +<!-- |
| 60 | + Please provide the output of the acceptance tests as applicable. |
| 61 | +--> |
| 62 | + |
| 63 | +### Documentation |
| 64 | + |
| 65 | +<!-- |
| 66 | + Please check the one(s) that applies to this pull request using "x". |
| 67 | + For enhancements/features, please ensure that documentation has been updated. |
| 68 | +--> |
| 69 | + |
| 70 | +- [ ] Documentation has been added or updated. |
| 71 | + |
| 72 | +### Issue References |
| 73 | + |
| 74 | +<!-- |
| 75 | + Is this related to any GitHub issue(s)? If so, please provide the issue number(s) that are closed or resolved by this pull request. |
| 76 | +
|
| 77 | + For bug fixes and enhancements/features, please ensure that a GitHub issue has been created and provide the issue number(s) here. |
| 78 | +
|
| 79 | + Please use the 'Closes', 'Resolves', or 'Fixes' keywords followed by a hash and issue number. |
| 80 | + This will link the pull request to the issue(s) and automatically close them when the pull request is merged. |
| 81 | +
|
| 82 | + Example: |
| 83 | +
|
| 84 | + Closes #000 |
| 85 | + Resolves #001 |
| 86 | + Fixes #002 |
| 87 | +--> |
| 88 | + |
| 89 | +### Release Note |
| 90 | + |
| 91 | +<!-- |
| 92 | + Please provide context for the release notes. |
| 93 | +
|
| 94 | + For example: |
| 95 | +
|
| 96 | + ``` |
| 97 | + - Added support for foo. (#xxx) |
| 98 | + ``` |
| 99 | +--> |
| 100 | + |
| 101 | +### Additional Information |
| 102 | + |
| 103 | +<!-- |
| 104 | + Please provide any additional information that may be helpful. |
| 105 | +--> |
0 commit comments