Skip to content

Send PRs to all plugins #1068

@ehmicky

Description

@ehmicky

We should go through each plugin from the list we have and send a PR with:

  • Add keywords "netlify" and "netlify-plugin" in the package.json if missing
  • Add repository "user/repo" in the package.json if missing
  • Add bugs { "url": "https://github.com/user/repo/issues" } in the package.json if missing
  • Ensure the latest names for the arguments passed to event handlers are used
  • Ensure the latest names for the constants are used
  • Ensure the latest names for the events are used
  • Use utils.build.* where possible
  • Remove the name and config properties from the main JavaScript file
  • Add a manifest.yml including the name and each inputs (name, default, required). Explain in the PR that we are working on adding more validation keywords.

For the following plugins:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions