Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 644 Bytes

File metadata and controls

23 lines (15 loc) · 644 Bytes

Contributing

Scope

This repository currently contains Micro editor plugins and the repository metadata used to publish them.

Development

  1. Make focused changes.
  2. Keep plugin help and README.md in sync with behavior changes.
  3. Update repo.json when adding or versioning a plugin.

Plugin Additions

If you add another plugin in the future, keep its install instructions, formatter or command requirements, and Micro help file alongside the plugin.

Pull Requests

  1. Describe the user-facing change.
  2. Mention any new runtime dependencies or required external tools.
  3. Include the manual verification steps you used.