diff --git a/How-to-merge-a-PR.md b/How-to-merge-a-PR.md new file mode 100644 index 0000000..90e1aaa --- /dev/null +++ b/How-to-merge-a-PR.md @@ -0,0 +1,10 @@ +1. Create you PR (ideally ask in an issue if that is a good idea what you want to do) +2. Wait for a Maintainer review +3. Do the requested changes +4. Rebase with `dev` if its necessary: +``` +git checkout dev +git pull +git checkout +git rebase dev +``` \ No newline at end of file