You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Development
25
25
26
26
Pull requests are very welcome! Please try to follow these simple rules if applicable:
27
27
28
+
* Make sure you follow the [coding-style guidance](https://github.com/cmu-db/peloton/blob/master/script/coding_style.md) for Peloton.
28
29
* 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.
29
31
* Make sure your patches are well tested. All tests must pass when run on [Jenkins](http://jenkins.db.cs.cmu.edu:8080/job/Peloton/).
30
32
* Update the [README](https://github.com/cmu-db/peloton/blob/master/README.md).
0 commit comments