Created Managing Pull Requests (markdown)

Lex Berezhny 2018-02-14 14:47:27 -05:00
parent 12a7e831e7
commit 864e73b5c6

15
Managing-Pull-Requests.md Normal file

@ -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/