Skip to content

Commit

Permalink
Doc: update contributing guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
  • Loading branch information
edsiper committed May 21, 2015
1 parent db24adb commit 49d656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You have to pay attention to the code indentation, tabs are 4 spaces, spaces on

When you commit your local changes in your repository (before to push to Github), we need you take care of the following:

- Your principal commit message (one line subject) must be prefixed with the core section name, e.g: If you are adding a new but missing protocol feature it could be __HTTP: add new XYZ method__.
- Your principal commit message (one line subject) must be prefixed with the core section name, e.g: If you are adding a new but missing protocol feature it could be __Engine: fix handling of ABC__.
- The Subject of the commit must not be longer than 80 characters.
- On the commit body, each line should not be longer than 80 characters.
- On most of cases we want full description about what your patch is doing, the patch description should be self descriptive.. like for dummies. Do not assume everybody knows what you are doing and on each like do not exceed 80 characters.
Expand Down

0 comments on commit 49d656b

Please sign in to comment.