Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LinX64 authored Apr 5, 2024
1 parent 8dff7f8 commit e6f4b66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
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.

0 comments on commit e6f4b66

Please sign in to comment.