mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Update CONTRIBUTING.
This commit is contained in:
parent
b78fc1818d
commit
cdb9a097b1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
If you are looking for ways to help, browse [open issues][issues] or send us your PR if you are already working on something.
|
If you are looking for ways to help, browse [open issues] or send us a PR if you are already working on something.
|
||||||
|
|
||||||
## Guidelines
|
## Guidelines
|
||||||
|
|
||||||
@ -16,26 +16,19 @@ If you are looking for ways to help, browse [open issues][issues] or send us you
|
|||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
||||||
1. Create a new plugin with `scaffold`.
|
1. Create a plugin from a template with [new].
|
||||||
```fish
|
2. Submit a plugin to the index with [submit].
|
||||||
fisher install scaffold
|
|
||||||
fisher scaffold
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Submit a plugin to the [index] with `submit`.
|
|
||||||
```fish
|
|
||||||
fisher install submit
|
|
||||||
fisher submit my_plugin
|
|
||||||
```
|
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
If you would like to translate a portion of the documentation, you can begin with the [Quickstart Guide].
|
If you would like to translate the documentation, start with the [README].
|
||||||
|
|
||||||
[slack-link]: https://fisherman-wharf.herokuapp.com/
|
[slack-link]: https://fisherman-wharf.herokuapp.com/
|
||||||
[slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square
|
[slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square
|
||||||
[seven rules]: http://chris.beams.io/posts/git-commit/#seven-rules
|
[seven rules]: http://chris.beams.io/posts/git-commit/#seven-rules
|
||||||
[open issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
|
[open issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
|
||||||
[Fishtape]: https://github.com/fisherman/fishtape
|
[Fishtape]: https://github.com/fisherman/fishtape
|
||||||
[index]: https://github.com/fisherman/fisher-index
|
[README]: https://github.com/fisherman/fisherman/blob/master/README.md
|
||||||
[Quickstart Guide]: https://github.com/fisherman/fisherman/wiki/Quickstart-Guide
|
[new]: https://github.com/fishery/new
|
||||||
|
[submit]: https://github.com/fishery/submit
|
||||||
|
Loading…
Reference in New Issue
Block a user