Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.4 KB

Contributing to this project

I saw a bug, I have a feature request or a suggestion

Please raise a GitHub Issue, it will be very useful!

Development

Pull Requests are welcome! You can contact us on the Mattermost Community Server in the Plugin: CircleCI channel.

This plugin only contains a server portion. Read our documentation about the Developer Workflow and Developer Setup for more information about developing and extending plugins.

To avoid having to manually install your plugin, build and deploy your plugin using one of the following options:

Deploying with local mode

If your Mattermost server is running locally, you can enable local mode to streamline deploying your plugin. After configuring it, run:

make deploy

Deploying with credentials

Alternatively, you can authenticate with the server's API with a personal access token:

export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_TOKEN=j44acwd8obn78cdcx7koid4jkr
make deploy