Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Add suggestion to request simple merging from GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Feb 12, 2015
1 parent ae7789a commit 3aedf17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ a branch named `cool-feature`. Here are instructions needed to rebase your branc
$ git merge --ff-only cool-feature
$ git push origin master

GitHub will detect automatically these operations and mark your pull request as merged.
GitHub will detect automatically these operations and mark your pull request as merged.

**Note**. If you prefer to merge with --ff-only from GUI (when possible) go to GitHub [contact section](https://github.com/contact) and write about it. Sample message to copy/paste.

> Hi. It would be useful to be able to optionally merge PRs without a merge commit from GUI (if there were no other commits to master in the mean time).

0 comments on commit 3aedf17

Please sign in to comment.