File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONTRIBUTING
2
+ ------------
3
+
4
+ Want to contribute? Great! First, read this page.
5
+
6
+ Code reviews
7
+ - All submissions, including submissions by project members, require review. We
8
+ use Github pull requests for this purpose.
9
+
10
+ Some tips for good pull requests:
11
+ - Use our code
12
+ When in doubt, try to stay true to the existing code of the project.
13
+ - Write a descriptive commit message. What problem are you solving and what
14
+ are the consequences? Where and what did you test? Some good tips:
15
+ [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)
16
+ and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches).
17
+ - If your PR consists of multiple commits which are successive improvements /
18
+ fixes to your first commit, consider squashing them into a single commit
19
+ (`git rebase -i`) such that your PR is a single commit on top of the current
20
+ HEAD. This make reviewing the code so much easier, and our history more
21
+ readable.
You can’t perform that action at this time.
0 commit comments