From 2988bb6a324cc8f479bbd8f15a8af0c1c6071776 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 24 Feb 2014 17:05:51 -0500 Subject: [PATCH] Update contributing docs to describe process for submitting PR to add plugin to list. Fixes #2093. /cc @mattr- --- site/docs/contributing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/docs/contributing.md b/site/docs/contributing.md index 5ddbd872..1bb717f5 100644 --- a/site/docs/contributing.md +++ b/site/docs/contributing.md @@ -106,6 +106,11 @@ The [Jekyll wiki]({{ site.repository }}/wiki) on GitHub can be freely updated without a pull request as all GitHub users have access. +If you want to add your plugin to the [list of plugins](/docs/plugins/#available_plugins), +please submit a pull request modifying the [plugins page source +file]({{ site.repository }}/blob/master/site/docs/plugins.md) by adding a +link to your plugin under the proper subheading depending upon its type. + Gotchas -------