Skip to content

Commit

Permalink
Update PR_GUIDELINES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Nov 26, 2023
1 parent 2d3828f commit 1f9cbc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PR_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ In order to give everyone a chance to submit a pull request and contribute to th
1. Please read our [CONTRIBUTING.md](CONTRIBUTING.md) document for details on our testing policy.

## Pull Request Processing
These are key guidelines for the procedure:

### Only submit PRs against our `develop` branch, not the default `main` branch

1. Only submit PRs against our `develop` branch. The default is `main`, so you will have to modify this before submitting your PR for review.
1. We do not accept draft Pull Requests. They will be closed if submitted. We focus on work that is ready for immediate review.
1. Removing assigned reviewers from your Pull Request will cause it to be closed. The quality of our code is very important to us. Therefore we make experienced maintainers of our code base review your code. Removing these assigned persons is not in the best interest of this goal.
1. If you have not done so already, please read the `Pull Requests and Issues` and `Testing` sections above.
Expand Down

0 comments on commit 1f9cbc5

Please sign in to comment.