Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Replace "good commit" message in CONTRIBUTING.md (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Prakriti <prakritibansal98@gmail.com>
  • Loading branch information
PikBot authored and cwe1ss committed Apr 29, 2018
1 parent 00889c4 commit d4ae3b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ Once we've discussed your changes and you've got your code ready, make sure
that everything builds and tests are passing using PowerShell (`.\build.ps1`) or Visual Studio and open your PR. Your pull request is most likely to be accepted if it:

* Includes tests for new functionality.
* Has a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
* Has a [good commit message](https://chris.beams.io/posts/git-commit/):
* Separate subject from body with a blank line
* Limit the subject line to 50 characters
* Capitalize the subject line
* Do not end the subject line with a period
* Use the imperative mood in the subject line
* Wrap the body at 72 characters
* Use the body to explain _what_ and _why_ instead of _how_
* Each commit must be signed by the author ([see below](#sign-your-work)).

## License
Expand Down Expand Up @@ -116,4 +123,4 @@ If you want this to be automatic you can set up some aliases:
```
git config --add alias.amend "commit -s --amend"
git config --add alias.c "commit -s"
```
```

0 comments on commit d4ae3b4

Please sign in to comment.