-
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.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
## Thanks for thinking about this :) | ||
|
||
You can contribute to this library by filing issues, bugs and Pull requests. | ||
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. | ||
- Open issue/Pull request regarding the proposed change. | ||
- If your proposed change is approved, Fork this repo and make changes. | ||
- Open Pull request against latest *development* branch. Add a nice description in PR. | ||
- And that's it! | ||
|
||
### Code contribution checklist | ||
### Contribution checklist | ||
|
||
- New code addition/deletion should not break existing flow of a system. | ||
- New code addition/deletion should not break the existing flow of a system. | ||
- All tests should be passed. | ||
- Verify `./gradlew detekt` is passing before creating a Pull request. |