Skip to content

Commit

Permalink
Merge pull request #386 from hashicorp/aw/update-pr-template
Browse files Browse the repository at this point in the history
Update PR template
  • Loading branch information
annawinkler committed Apr 26, 2022
2 parents b31e343 + 8000e6a commit 8aefc33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Expand Up @@ -3,12 +3,12 @@ Thank you for contributing to hashicorp/go-tfe!
Here's what to expect after the pull request is opened:
The test suite contains many acceptance tests that are run against a test version of Terraform Cloud 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 (Circle) will not test your fork unless you are an authorized employee, so a HashiCorp maintainer will initiate the tests or you and report any missing tests or simple problems. In order to speed up this process, it's not uncommon for your commits to be incorportated into another PR that we can commit test changes to.
The test suite contains many acceptance tests that are run against a test version of Terraform Cloud, 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 (CircleCI) will not test your fork unless you are an authorized employee, so a HashiCorp maintainer will initiate the tests for you and report any missing tests or simple problems. In order to speed up this process, it's not uncommon for your commits to be incorporated into another PR that we can commit test changes to.
Your change, depending on its impact, may be released in the following ways:
1. For impactful bug fixes, it can be released fairly quickly as a patch release
2. For noncritical bug fixes and new features, it will be incorporated into the next minor version release
1. For impactful bug fixes, it can be released fairly quickly as a patch release.
2. For noncritical bug fixes and new features, it will be incorporated into the next minor version release.
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.
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.
Expand Down

0 comments on commit 8aefc33

Please sign in to comment.