Commit 3743d836 authored by Jason Song's avatar Jason Song Committed by GitHub

Update CONTRIBUTING.md

parent 982a8e43
...@@ -32,6 +32,6 @@ We provide template files [intellij-java-google-style.xml](https://github.com/ct ...@@ -32,6 +32,6 @@ We provide template files [intellij-java-google-style.xml](https://github.com/ct
2. Create a new branch and merge these commits into one 2. Create a new branch and merge these commits into one
* `git checkout -b <some-branch-name> <remote>/master` * `git checkout -b <some-branch-name> <remote>/master`
* `git merge --squash master` * `git merge --squash <current-feature-branch>`
* When writing a commit message please follow these conventions: if you are fixing an existing issue, please add Fixes #XXX at the end of the commit message (where XXX is the issue number). * When writing a commit message please follow these conventions: if you are fixing an existing issue, please add Fixes #XXX at the end of the commit message (where XXX is the issue number).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment