- 
                Notifications
    You must be signed in to change notification settings 
- Fork 349
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 9999is the pull request number andhaskellis the origin ofgitproxy.zycloud.tk/haskell/haskell-mode.
- 
See if functionality works as advertised. 
- 
Check if TravisCI is green for this branch. 
- 
Click the Merge branchgreen button.