-
Notifications
You must be signed in to change notification settings - Fork 82
Plugins: publication
Jeremy Greze edited this page May 15, 2018
·
2 revisions
Here is a list of things to check to make sure that your plugin is ready for publication:
- You must follow the rules in the Plugins: naming policy
- All of your component's parameters should have proper labels (and if needed, description)
- Your plugin (and components if different) should have a valid icon
- Your plugin should have a valid URL, license, author, label, tags and description
- If the plugin is written by Dataiku, the plugin URL must be the URL of the page on the Dataiku website
- Remove boilerplate code that is not used. For example, if you wrote a read-only dataset, remove the boilerplate code related to writing
- Remove useless generic comments like "store configuration". Add specific comments if needed