-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from whiskeysierra/feature/readme
Refined readme
- Loading branch information
Showing
2 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Contributing | ||
|
||
## Pull requests only | ||
|
||
**DON'T** push to the master branch directly. Always use pull requests and let people discuss changes in pull request. | ||
Pull requests should only be merged after all discussions have been concluded and at least 1 reviewer gave his | ||
**approval**. | ||
|
||
## Guidelines | ||
|
||
- **every change** needs a test | ||
- required 100% code coverage | ||
- keep the current code style |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters