-
Notifications
You must be signed in to change notification settings - Fork 344
How to merge
gracjan edited this page Apr 25, 2015
·
2 revisions
-
Read the code in github interface, comment.
-
Go through Pull request checklist mark each item as you go.
-
Check out
haskell/master
(no local commits). -
Make sure you can reproduce the issue, error or missing functionality.
-
Check out merged branch, like this:
git fetch haskell pull/9999/merge:pr-9999 git checkout pr-9999
where
9999
is the pull request number andhaskell
is the origin ofgithub.com/haskell/haskell-mode
. -
See if functionality works as advertised.
-
Check if TravisCI is green for this branch.
-
Click the
Merge branch
green button.