From 27d41b15ef25b4bf4729a8868430c82537efa0f8 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 13 Apr 2021 10:41:10 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c0602cb..17c5915 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,20 @@ git push --set-upstream origin git merge --no-commit --no-ff ``` +#### Submitting multiple PRs +Context: +1. submit PR for _feature1_ +2. from _feature1_ branch make new branch _feature2_ +3. commit and push _feature2_ changes +4. submit PR +5. Both PRs approved + +``` +# there should be one or more flows that account for cases where: +# -> feature1 gets change requests +# -> feature1 is rejected and made obsolete +``` + ## Repo Badges > Coming soon! 🚧