Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 415 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 415 Bytes

How to contribute

We are very welcome to your pull requests.

Getting Started

  • Fork this repository.
  • Develop plugin you want.
  • Ensure all tests pass.
  • Submit a pull request!

Guidelines

  • All plugins are under Apache License 2.0 (see LICENSE). So you must agree that your pull request is also under Apache License 2.0.
  • We recommend to write some tests covering your contributions.