From 0f003c0ce1944395b4b9016fd036161973448c84 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 22 May 2017 09:14:06 +0900 Subject: [PATCH] Add info to the README about how to contribute to the project. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66b0d08..0c5b091 100644 --- a/README.md +++ b/README.md @@ -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*.