-
Notifications
You must be signed in to change notification settings - Fork 0
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 #27 from LinX64/readme-update
Readme update
- Loading branch information
Showing
2 changed files
with
28 additions
and
4 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,16 @@ | ||
## Thanks for thinking about this :) | ||
|
||
You can contribute to this library by filing issues, bugs and Pull requests. | ||
|
||
### Code contribution | ||
|
||
- Open issue/Pull request regarding proposed change. | ||
- If your proposed change is approved, Fork this repo and do changes. | ||
- Open Pull request against latest *development* branch. Add nice description in PR. | ||
- And that's it! | ||
|
||
### Code contribution checklist | ||
|
||
- New code addition/deletion should not break existing flow of a system. | ||
- All tests should be passed. | ||
- Verify `./gradlew detekt` is passing before creating a Pull request. |
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