From ad43896e5847e6b3d05f0c2ed609b02743107c89 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Mon, 4 Nov 2024 19:59:08 +0100 Subject: [PATCH] Update wording on plugin directory --- content/docs/1_guide/17_plugins/3_plugin-setup-basic/guide.txt | 2 +- content/docs/1_guide/17_plugins/7_best-practices/guide.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/1_guide/17_plugins/3_plugin-setup-basic/guide.txt b/content/docs/1_guide/17_plugins/3_plugin-setup-basic/guide.txt index a03853303c..5a7d17feb0 100644 --- a/content/docs/1_guide/17_plugins/3_plugin-setup-basic/guide.txt +++ b/content/docs/1_guide/17_plugins/3_plugin-setup-basic/guide.txt @@ -141,5 +141,5 @@ Once your plugin is ready, you can publish it with the following steps: 1. Push your code to your Git repository. 2. Create a Git tag with the version number of your release. 3. Publish your plugin on [Packagist](https://packagist.org) to enable installation via Composer (only needed once, Packagist will pick up new Git tags automatically after that). -4. If you want to advertise your plugin in the [plugin directory](https://github.com/getkirby/getkirby.com/tree/main/content/plugins) on our (link: https://getkirby.com/plugins text: getkirby.com website), fork the (link: https://github.com/getkirby/getkirby.com text: getkirby.com repo), add the required pages for your plugin, and make a pull request. +4. If you want to advertise your plugin in the [plugin directory](https://plugin.getkirby.com), send us an email to with a link to your Git repository and a cover (cover image in 2:1 format or a short code snippet). 5. Tell everybody about it on the (link: https://forum.getkirby.com text: forum) in the plugins category. diff --git a/content/docs/1_guide/17_plugins/7_best-practices/guide.txt b/content/docs/1_guide/17_plugins/7_best-practices/guide.txt index d8142fb440..352cd7ec4a 100644 --- a/content/docs/1_guide/17_plugins/7_best-practices/guide.txt +++ b/content/docs/1_guide/17_plugins/7_best-practices/guide.txt @@ -142,6 +142,6 @@ If it is free but you want people to donate, add a link to the platform where yo ## Promote your plugin - Create an new topic in the (link: https://forum.getkirby.com/c/plugins text: plugins category on the forum), ping @texnixe to make sure she'll mention it in the next Kosmos issue. -- Submit it to the (link: https://plugins.getkirby.com text: Kirby plugins directory), currently by sending an email to support@getkirby.com. But we will add a submit form in the future. +- Submit it to the (link: https://plugins.getkirby.com text: Kirby plugins directory), currently by sending an email to with a link to your Git repository and a cover (cover image in 2:1 format or a short code snippet). But we will add a submit form in the future. - Post about your plugin, mentioning @getkirby where applicable. - …