Skip to content

Commit

Permalink
Highlight the word master when referring to a branch name to make it …
Browse files Browse the repository at this point in the history
…more obvious, thanks Ben.
  • Loading branch information
dosire committed Sep 17, 2014
1 parent 553680d commit 8952c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -93,7 +93,7 @@ For examples of feedback on merge requests please look at already [closed merge
1. The change is as small as possible (see the above paragraph for details)
1. Include proper tests and make all tests pass (unless it contains a test exposing a bug in existing code)
1. Initially contains a single commit (please use `git rebase -i` to squash commits)
1. Can merge without problems (if not please merge master, never rebase commits pushed to the remote server)
1. Can merge without problems (if not please merge `master`, never rebase commits pushed to the remote server)
1. Does not break any existing functionality
1. Fixes one specific issue or implements one specific feature (do not combine things, send separate merge requests if needed)
1. Keeps the GitLab code base clean and well structured
Expand Down

0 comments on commit 8952c5c

Please sign in to comment.