2016-02-11 04:18:43 +00:00
|
|
|
[![Slack Room][slack-badge]][slack-link]
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
# Contributing
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-03-10 05:18:17 +00:00
|
|
|
If you are looking for ways to help, browse [open issues] or send us a PR if you are already working on something.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
|
|
|
## Guidelines
|
|
|
|
|
|
|
|
* Fork the repo and create your feature branch from master.
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
* If you make significant changes, please add tests too. Get familiar with [Fishtape].
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-02-13 09:51:33 +00:00
|
|
|
* If you've changed APIs, please update the documentation.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
* Follow the [seven rules] of a great Git commit message.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-01-10 07:01:07 +00:00
|
|
|
## Plugins
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-03-10 05:18:17 +00:00
|
|
|
1. Create a plugin from a template with [new].
|
|
|
|
2. Submit a plugin to the index with [submit].
|
2016-02-13 09:51:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Translations
|
|
|
|
|
2016-03-10 05:18:17 +00:00
|
|
|
If you would like to translate the documentation, start with the [README].
|
2016-02-11 04:18:43 +00:00
|
|
|
|
2016-02-13 09:51:33 +00:00
|
|
|
[slack-link]: https://fisherman-wharf.herokuapp.com/
|
|
|
|
[slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square
|
2016-02-29 14:13:29 +00:00
|
|
|
[seven rules]: http://chris.beams.io/posts/git-commit/#seven-rules
|
|
|
|
[open issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
|
|
|
|
[Fishtape]: https://github.com/fisherman/fishtape
|
2016-03-10 05:18:17 +00:00
|
|
|
[README]: https://github.com/fisherman/fisherman/blob/master/README.md
|
|
|
|
[new]: https://github.com/fishery/new
|
|
|
|
[submit]: https://github.com/fishery/submit
|