Skip to content

Commit bd24d9e

Browse files
authored
Update CONTRIBUTING.md
1 parent 8bb4656 commit bd24d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Development
2525

2626
Pull requests are very welcome! Please try to follow these simple rules if applicable:
2727

28+
* Make sure you follow the [coding-style guidance](https://github.com/cmu-db/peloton/blob/master/script/coding_style.md) for Peloton.
2829
* Please create a topic branch for every separate change you make.
30+
* Make sure you use [`git rebase`](https://github.com/cmu-db/peloton/wiki/Git-survival-guide#rebase-or-how-to-screw-the-history) instead of `git merge` while updating your branch with the master.
2931
* Make sure your patches are well tested. All tests must pass when run on [Jenkins](http://jenkins.db.cs.cmu.edu:8080/job/Peloton/).
3032
* Update the [README](https://github.com/cmu-db/peloton/blob/master/README.md).

0 commit comments

Comments
 (0)