1.8 KiB
Contributing to Fisherman
If you are looking for ways to help, peruse the open issues or send us your PR if you are already working on something.
Guidelines
-
Fork the repo and create your feature branch from master.
-
If you make significant changes, please add tests too. Get familiar with Fishtape.
-
If you've changed APIs, please update the documentation.
-
Follow the seven rules of a great git commit message.
Plugins
The fastest way to create a plugin is using the scaffold
plugin.
-
Install
fisher install scaffold
-
Create a new plugin using the default template.
See the
fisher help scaffold
for other usage instructions.fisher scaffold
To browse the available content use fisher search
or browse the Fishery.
To submit a new plugin to the index, use the submit
plugin.
-
Install
fisher install submit
-
Submit
fisher submit my_plugin
Translations
If you would like to translate a portion of the documentation, you can begin with the Quickstart Guide. Use any of the existing translations as a reference to get started.