From e3463a8cddcf4fc741d9c4604a0624b3e44f8709 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 17 Mar 2023 14:09:11 -0500 Subject: [PATCH] updat contributing guide reflecting our deployment pipeline --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da3e958..4682e06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,8 @@ For smaller contributions use this workflow: * Fork the project. * Create a branch for your feature or bug fix. * Add code changes, relevant documentation, etc. -* Send a pull request. +* Send a pull request. All PRs should be made against the `master` branch. A dev site will be automatically created + based on the PR. Localization will not be fully working as this pipeline does not run the localization scripts. After one of the contributors has checked and approved the changes, they will be merged into master branch and will be included in the next deployment.