From 6244afe2554c7eb0ae3829a70c1bb48a8726c164 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:55:31 -0500 Subject: [PATCH] Update PR_GUIDELINES.md --- PR_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PR_GUIDELINES.md b/PR_GUIDELINES.md index ed979f0530..d1c2a0b2d9 100644 --- a/PR_GUIDELINES.md +++ b/PR_GUIDELINES.md @@ -39,7 +39,7 @@ 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. Only submit PRs against our `develop` branch. The default is `main`, so you will have to modify this before submitting your PR for review. PRs made against `main` will be closed. 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.