Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

pull_request_template.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

This is a

  • New plugin.
  • Update to an existing plugin.
  • Fix to an issue

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 the description below.

🔧 Fix to an issue

  • Specify the fix in the description below.