Edit on GitHub

Process to include plugins on community

Getting your plugin onto our Community server https://community.mattermost.com is a valuable source of feedback. Whether you’re a core committer or anyone from the community, we want you to get feedback to improve your plugin.

However we must ensure that our Community server remains stable for everyone. This document outlines the process of getting your plugin onto the Community server and some of these steps are required to get your plugin into the Marketplace.

When you’re ready to begin this process for your plugin, ask in the Toolkit channel on the Community server. The PM, or someone else from the Integrations team, will help you start the process.

Checklist 

Deploy to ci-extensions 

Deploy to ci-extensions-release 

Deploy to community.mattermost.com 

  • QA pass on ci-extensions-release of the release to deploy.

Step definitions 

Basic code review 

Basic code review of an experimental plugin involves a quick review by a core committer to verify that the plugin does what it says it does and to provide any guidance and feedback. To make it easier to provide feedback, a PR can be made that contains all the code of the plugin that isn’t the boilerplate from mattermost-plugin-starter-template.

CI system setup 

Setting up the CI system for your plugin will allow continuous testing of your master branch and releases on our testing servers. Master branch testing is done on https://ci-extensions.azure.k8s.mattermost.com/ and release testing is done on https://ci-extensions-release.azure.k8s.mattermost.com/.

In order to set this up, the plugin creator needs to provide a URL that hosts latest master build, which we can pull on a nightly basis. Once that exists you can make a request in the Integrations and Apps channel.

Compatible licence 

Recommended licences:

  • Apache Licence 2.0
  • MIT
  • BSD 2-clause
  • BSD 3-clause
More info

Complete code review 

A more thorough code review is performed before allowing a plugin on ci-extensions-release. This review works the same as the basic code review, but the developers performing the review will be more thorough. If the developer that performed the first review is available, they should be one of the reviewers. Another of the reviewers should focus their review on any security implications of the plugin.

QA pass 

QA pass involves getting a member of our QA team to take a look and verify the functionality advertised by your plugin.

Steps involved:

  • Ensure all setup documentation needed is clear and can be successfully followed.
  • Dedicated instance or test account to access and test the third-party service, if applicable.
  • Functional testing has been done to ensure the integration works as expected.
  • For plugins owned by Mattermost, release testing is added to cover the main functionality of the plugin.

PM/UX review 

A PM/UX pass involves getting PM support in ironing out any user experience or UI issues with the plugin.

Steps involved:

  • Create a one paragraph summary of the integration.
  • Document the main use cases in bullet form.
  • Review the primary use cases and run through them to ensure they are complete, clear, and functional.
  • Ensure there is documentation to support the plugin. This may include having sufficient helper text in the plugin.
  • Consider if communication to other teams or users is required as part of the rollout to our Community server.

Did you find what you were looking for?

Thank you! We appreciate your feedback.
ร—

Tell us more

Your feedback helps us improve the Mattermost developer documentation.

Have a feature request? Share it here.

Having issues? Join our Community server.