Add step to create new branch for PRs

This commit is contained in:
Charles Gagnon
2020-07-23 10:28:16 -07:00
committed by GitHub
parent 4c819e0fc1
commit b42940c98a

View File

@@ -129,6 +129,14 @@ on this check so that our project will always have good generated documentation.
### Follow the Pull Request Process
- **Create a new branch from which to submit your Pull Request**
Commits directly to `main` are not allowed - instead you will create a new branch and then submit a PR to
merge changes from that branch into `main`.
See [About branches](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-branches)
for more information about branching and how to create a new branch.
- **Create your pull request**
Use the [typical process](https://help.github.com/articles/using-pull-requests/) to send a pull request