diff --git a/Managing-Pull-Requests.md b/Managing-Pull-Requests.md new file mode 100644 index 0000000..e6c5c28 --- /dev/null +++ b/Managing-Pull-Requests.md @@ -0,0 +1,15 @@ +These are listed in order of complexity/involvement needed to resolve a pull request. + +# Merge via GitHub UI + +1. Review pull request. +1. Click button to merge. + +# Merge via CLI + +1. Review pull request. +1. Follow instructions at bottom of pull request on how to merge it via CLI. + +# Add commits. + +1. https://help.github.com/articles/committing-changes-to-a-pull-request-branch-created-from-a-fork/ \ No newline at end of file