|
| 1 | +<!-- |
| 2 | +Thank you for contributing to hashicorp/python-tfe! Please read docs/CONTRIBUTING.md for detailed information when preparing your change. |
| 3 | +
|
| 4 | +Here's what to expect after the pull request is opened: |
| 5 | +
|
| 6 | +The test suite contains many acceptance tests that are run against a test version of HCP Terraform, and additional testing is done against Terraform Enterprise. You can read more about running the tests against your own Terraform Enterprise environment in TESTS.md. Our CI system (Github Actions) will not test your fork until a one-time approval takes place. |
| 7 | +
|
| 8 | +Your change, depending on its impact, may be released in the following ways: |
| 9 | +
|
| 10 | + 1. For impactful bug fixes, it can be released fairly quickly as a patch release. |
| 11 | + 2. For noncritical bug fixes and new features, it will be incorporated into the next minor version release. |
| 12 | + 3. For breaking changes (those changes that alter the public method signatures), more consideration must be made and alternatives may be considered, depending on upgrade difficulty and release schedule. |
| 13 | +
|
| 14 | +Please note that API features that are not generally available should not be merged/released without prior discussion with the maintainers. See docs/CONTRIBUTING Section "Adding API changes that are not generally available" for more information. |
| 15 | +
|
| 16 | +Please fill out the remaining template to assist code reviewers and testers with incorporating your change. If a section does not apply, feel free to delete it. |
| 17 | +--> |
| 18 | + |
| 19 | +## Description |
| 20 | + |
| 21 | +<!-- Describe why you're making this change. --> |
| 22 | + |
| 23 | +## Testing plan |
| 24 | + |
| 25 | +<!-- |
| 26 | +1. _Describe how to replicate_ |
| 27 | +1. _the conditions under which your code performs its purpose,_ |
| 28 | +1. _including example code to run where necessary._ |
| 29 | +--> |
| 30 | + |
| 31 | +## External links |
| 32 | + |
| 33 | +<!-- |
| 34 | +_Include any links here that might be helpful for people reviewing your PR. If there are none, feel free to delete this section._ |
| 35 | +
|
| 36 | +- [API documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/xxxx) |
| 37 | +- [Related PR](https://github.com/terraform-providers/terraform-provider-tfe/pull/xxxx) |
| 38 | +
|
| 39 | +--> |
| 40 | + |
| 41 | +## Output from tests |
| 42 | +Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against. |
| 43 | + |
| 44 | +<!-- |
| 45 | +_Please run the tests locally for any files you changes and include the output here._ |
| 46 | +--> |
| 47 | +``` |
| 48 | +... |
| 49 | +``` |
| 50 | + |
| 51 | +<!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 --> |
| 52 | +## Rollback Plan |
| 53 | + |
| 54 | +<!-- |
| 55 | +Please outline a plan in the event changes need to be rolled back |
| 56 | +
|
| 57 | +Example: If a change needs to be reverted, we will roll out an update to the code within 7 days. |
| 58 | +--> |
| 59 | + |
| 60 | +## Changes to Security Controls |
| 61 | + |
| 62 | +<!-- |
| 63 | +Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain. |
| 64 | +--> |
0 commit comments