Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.52 KB

Contributing

First of all, thanks for taking the time to contribute to metadata-filter!

Submitting issues

  • Ensure the bug was not already reported by searching on GitHub under issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible.

If you don't know how to report bugs effectively, please use this article as a guideline.

Submitting pull requests

  • Fork the metadata-filter git repository.
  • Create a pull request against the master branch.
  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number(s) if applicable.
  • Ensure CI tests pass.

It's worth reading how to write good commit messages.

Coding conventions

Please ensure before committing the changes they meet our requirements by running npm run lint.

We use EditorConfig, which helps to keep code in the same code style in different code editors. If you haven't use EditorConfig before, you can visit EditorConfig website for further information.