From 5aecbac197260aade4ae33f833815ea1b61a6431 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 9 Jan 2023 10:32:45 -0700 Subject: [PATCH] clarify readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ae6be6..4fdd90e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ How can I help? Fork this repository and open a PR with your changes. Keep these things in mind when you make changes: +* Your PR should be against the devel branch (not optional) * Have pre-commit installed if possible * Have shellcheck installed if possible * Shell Scripts: These must pass a shellcheck test! @@ -30,8 +31,9 @@ when you make changes: * Note that not everything has to pass. Just try your best. -Your PR should be against the devel branch at all times. PR's against the main -branch will be closed. +PR's against the main branch will be closed. + +PR's are preferred at the [RESF Git Service](https://git.resf.org). Will some of this be moved into separate repositories? ------------------------------------------------------