Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
#23 improved text for code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykrivaltsevich authored Jun 27, 2017
1 parent 62702af commit 6f7ac9c
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 @@ -35,7 +35,7 @@ This is a rough outline of what the workflow for code contributions looks like:
Thanks for your contributions!

### Code style
The code will be automatically formatted every time when you make a build (`sbt clean compile`). Please run it on your code before making a pull request. The local build may fail with a message descriptive message in case of violations of our style guideline.
The code will be automatically formatted every time when you make a build (`sbt clean compile`). Please run it locally before making a pull request. The local build may fail with a descriptive message in case of violations of our style guideline.

### Commit messages
Your commit messages ideally can answer two questions: what changed and why. The subject line should feature the “what” and the body of the commit should describe the “why”.
Expand Down

0 comments on commit 6f7ac9c

Please sign in to comment.