Skip to content

Plugin contribution rules

Luis Farzati edited this page Jul 18, 2015 · 3 revisions
  • Follow the repo and package name convention: angulartics-plugin-name
  • Provide clear instructions in the README file
  • Provide with example(s) (at least 1 with the basic implementation)
  • Release the plugin under the MIT license
  • Provide package both for npm (CommonJS) and bower
  • Publish the plugin on npm
  • Publish the plugin on bower (make sure to register the package with the naming above)
  • Agree on being added to the contributors team for attending issues on plugin usage, PRs and maintenance.

Please check out the Google Analytics plugin to see a reference implementation.

Clone this wiki locally