Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 848 Bytes

File metadata and controls

27 lines (19 loc) · 848 Bytes

This is a

  • New plugin.
  • Update to an existing plugin.

Plugin name: Plugin Repository:

Checklist:

➕ Adding a plugin

  • Create a PR to main
  • Modify README.md and add an entry to the plugin (The name MUST match the repo.json). Remember it is in alphabatical order.
  • Modify channel.json to point to repo.json in the plugin repo. Remember it is in alphabatical order.
  • Modify PLUGINS_TO_STABLE.md and add the name of the plugin

🔼 Updating a plugin for both main and stable

  • Create a PR to main
  • Modify README.md for the plugin if needed
  • Modify channel.json if repo.json is in a different url
  • Modify PLUGINS_TO_STABLE.md and add the name of the plugin
  • If there's any change needed to be made to stable, specify in PR.