Skip to content

Publishing to Disciple.Tools

corsacca edited this page Oct 26, 2021 · 3 revisions

In order to have your plugin published on the Disciple.Tools plugins page, make sure the following elements are in order:

  1. Code lint your plugin: Make sure your plugin's code is up to syntax standards by running PHPCS and making sure it doesn't return any errors. More info here

  2. Update version-control.json file with a one sentence description of what your plugin does.

  3. Create a plugin icon and plugin banner and upload them to the repo. Make sure you push these changes because you're going to need the raw image URLs for the next step.

  4. Add plugin icon and banner URLs in the version-control.json. In order to get the URLs, navigate to the file in your repo and click on Download. Grab the URL from your browser's navigation bar.

  5. In the version-control.json file, the plugin banner URL should be the same for low and high.

  6. In your plugin's README.md file, the first line of your file should be: ![Plugin Banner](https://raw.githubusercontent.com/DiscipleTools/disciple-tools-plugin-starter-template/master/documentation/banner.png) Make sure the URL used is your plugin's banner URL and not the one displayed in this example. Do not modify anything else in this line or the content will not be rendered properly on the Disciple.Tools plugin page.

  7. Send us a message with a link to your plugin on this form: https://disciple.tools/join-the-community/#join-community-form