Commit 856b8da3b65e0d4228481561e6c8a17e4c488036
1 parent
d3987742
Exists in
master
and in
21 other branches
Better contributing section inspired by collectiveidea/audited
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
README.md
... | ... | @@ -513,8 +513,9 @@ View the [changelog](https://github.com/ankane/searchkick/blob/master/CHANGELOG. |
513 | 513 | |
514 | 514 | ## Contributing |
515 | 515 | |
516 | -1. Fork it | |
517 | -2. Create your feature branch (`git checkout -b my-new-feature`) | |
518 | -3. Commit your changes (`git commit -am 'Add some feature'`) | |
519 | -4. Push to the branch (`git push origin my-new-feature`) | |
520 | -5. Create new Pull Request | |
516 | +Everyone is encouraged to help improve this project. Here are a few ways you can help: | |
517 | + | |
518 | +- [Report bugs](https://github.com/ankane/searchkick/issues) | |
519 | +- Fix bugs and [submit pull requests](https://github.com/ankane/searchkick/pulls) | |
520 | +- Write, clarify, or fix documentation | |
521 | +- Suggest or add new features | ... | ... |