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

pull/445/head
Jorge Bucaran 7 years ago
parent 98ad0d10c4
commit 0f003c0ce1
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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*.

Loading…
Cancel
Save