From e7391ca1383e635a6df75d8f2d0cc86e174cc62d Mon Sep 17 00:00:00 2001 From: jLynx Date: Sat, 20 May 2023 07:39:24 +1200 Subject: [PATCH] Created PR process (markdown) --- PR-process.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PR-process.md diff --git a/PR-process.md b/PR-process.md new file mode 100644 index 0000000..eb852a0 --- /dev/null +++ b/PR-process.md @@ -0,0 +1,9 @@ +In order to get your PR merged into the code base, there are a few checks that need to happen first. + +* At least one code approver needs to approve your code. +* All PR comments left by reviewers need to be marked as resolved. +* All 3 code format gate checks need to complete successfully. (don't know how to format your code? Check out how to do it here https://github.com/eried/portapack-mayhem/wiki/Code-formatting) + +Once these steps are all complete, you will notice you have a green merge button available, then means you are good to go and merge your code into the code base. + +If any of these steps are not complete or failed, then you will be blocked from merging your code until they have all been completed. \ No newline at end of file