Skip to content

Commit

Permalink
Merge pull request #1041 from xnumad/patch-1
Browse files Browse the repository at this point in the history
Grammar corrections in CONTRIBUTING.md
  • Loading branch information
saveman71 authored Aug 28, 2018
2 parents 87a63de + a9f7cb5 commit d78238d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ If you submit a pull request, thanks! There are a couple rules to follow though
* Likewise, if for one unique feature the pull request grows too large (more than 200 loc), please get in touch first.
* Please stick to the current coding style. It's important that the code uses a coherent style for readability.
* Do not include sylistic improvements ("housekeeping"). If you think one part deserves lots of housekeeping, use a separate pull request so as not to pollute the code.
* KISS has no automated tests, sadly. Ensure your changes works on all supported Android version!
* KISS has no automated tests, sadly. Ensure your changes work on all supported Android version!
* Update the readme accordingly.
* Last but not least: keep in mind what KISS mindset is! Is your feature really needed for more than 10% of the users? Ask yourself what you're trying to achieve and if you can make it with fewer dependencies (for instance, that's why we're not using RecyclerView :()
* Last but not least: keep in mind what KISS's mindset is! Is your feature really needed for more than 10% of the users? Ask yourself what you're trying to achieve and if you can make it with fewer dependencies (for instance, that's why we're not using RecyclerView :()


## How does it work?
Expand Down

0 comments on commit d78238d

Please sign in to comment.