Add info to the README about how to contribute to the project.

This commit is contained in:
Jorge Bucaran 2017-05-22 09:14:06 +09:00 committed by GitHub
parent 0db6f285f8
commit 9c01396dc0

View file

@ -127,7 +127,11 @@ fisher help z
### Is fisherman compatible with oh-my-fish themes and plugins?
Yes.
Yes!
### How can I contribute to fisherman?
You are welcome to join the organization. Just [ask](https://fisherman-wharf.herokuapp.com/) and someone will send you an invite.
### Where does fisherman put stuff?
@ -157,6 +161,10 @@ A plugin is:
3. a snippet: one or more .fish files inside a conf.d/ directory, run by fish at the start of the session
### How do I create my own plugins?
You can use [fishkit](https://github.com/fisherman/fishkit) to help you scaffold out a new project from scratch.
### How can I list plugins as dependencies to my plugin?
Create a new fishfile at the root level of your project and write the plugin URL like so *github.com/owner/repo*.