mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 00:37:12 -07:00
updated readme
This commit is contained in:
parent
83d03a4d23
commit
ffdc586049
1 changed files with 15 additions and 12 deletions
27
README.md
27
README.md
|
@ -1,19 +1,20 @@
|
|||
<!--  -->
|
||||
# Kotlin-pluralizer
|
||||
|
||||
**Kotlin extension** to **pluralize** and **singularize** strings!
|
||||
|
||||
|
||||
### Specs
|
||||
[](https://travis-ci.org/cesarferreira/dryrun)
|
||||
[](https://travis-ci.org/cesarferreira/Kotlin-pluralizer)
|
||||
|
||||
<!--
|
||||
### Featured in
|
||||
[](http://android-arsenal.com/details/1/2361)
|
||||
[](http://android-arsenal.com/details/1/2361)
|
||||
[](http://androidweekly.net/issues/issue-200)
|
||||
-->
|
||||
|
||||
### Show some :heart:
|
||||
[](https://github.com/cesarferreira/dryrun) [](https://github.com/cesarferreira/dryrun/fork) [](https://github.com/cesarferreira/dryrun) [](https://github.com/cesarferreira/dryrun)
|
||||
[](https://github.com/cesarferreira/Kotlin-pluralizer) [](https://github.com/cesarferreira/Kotlin-pluralizer/fork) [](https://github.com/cesarferreira/kKotlin-pluralizer) [](https://github.com/cesarferreira/Kotlin-pluralizer)
|
||||
[](https://twitter.com/cesarmcferreira)
|
||||
|
||||
|
||||
|
@ -38,6 +39,17 @@ specifik
|
|||
|
||||
TODO
|
||||
|
||||
|
||||
## Contributing
|
||||
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
|
||||
1. Match coding style (braces, spacing, etc.) This is best achieved using `CMD`+`Option`+`L` (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
|
||||
2. If its a feature, bugfix, or anything please only change code to what you specify.
|
||||
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
|
||||
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
|
||||
5. Check for existing [issues](https://github.com/cesarferreira/kotKotlin-pluralizer/issues) first, before filing an issue.
|
||||
6. Have fun!
|
||||
|
||||
|
||||
## Credits
|
||||
|
||||
The pluralize and singularize methods are based on the code found in the following places.
|
||||
|
@ -47,14 +59,5 @@ The pluralize and singularize methods are based on the code found in the followi
|
|||
- https://github.com/rails/rails/blob/26698fb91d88dca0f860adcb80528d8d3f0f6285/activesupport/lib/active_support/inflector/inflections.rb
|
||||
|
||||
|
||||
## Contributing
|
||||
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
|
||||
1. Match coding style (braces, spacing, etc.) This is best achieved using `CMD`+`Option`+`L` (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
|
||||
2. If its a feature, bugfix, or anything please only change code to what you specify.
|
||||
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
|
||||
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
|
||||
5. Check for existing [issues](https://github.com/cesarferreira/dryrun/issues) first, before filing an issue.
|
||||
6. Have fun!
|
||||
|
||||
### Created & Maintained By
|
||||
[Cesar Ferreira](https://github.com/cesarferreira) ([@cesarmcferreira](https://www.twitter.com/cesarmcferreira))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue