Skip to content

Commit 71b9173

Browse files
authored
Update CONTRIBUTING.md (#798)
Clarify use of release branch
1 parent 3c7158b commit 71b9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ After the above 3 steps are completed and we've agreed on a path forward:
1717
1. Implement your feature, improvement or bug fix, ensuring it adheres to the [Terraform Plugin Best Practices](https://www.terraform.io/docs/extend/best-practices/index.html)
1818
1. Ensure you follow the [Terraform Plugin Testing requirements](https://www.terraform.io/docs/extend/testing/index.html).
1919
1. Add comments around your new code that explain what's happening
20-
1. Commit and push your changes to your branch then submit a pull request.
20+
1. Commit and push your changes to your branch then submit a pull request against the current release branch, not master. The naming scheme of the branch is `release-staging-v#.#.#`. Note: There will only be one release branch at a time.
2121
1. A repo maintainer will review the your pull request, and may either request additional changes or merge the pull request.

0 commit comments

Comments
 (0)