Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 1.01 KB

How to contribute

You found a bug or something is not working as expected

  • Ideally: File a pull request with a red test! (but take a look at the Coding Guidelines first)
  • Also nice: File a pull request with a test and a proposed fix :)
  • If you can do neither: File an issue outlining the expected behavior, actual behavior, and steps to reproduce the problem.

You have an idea on how to improve the package

  • If you want to show anything by code, or actually want to contribute code, file a pull request. Even if it is not merged, this pull request makes it easier to discuss the proposed changes.
  • Otherwise, please file an issue.

Coding Guidelines

If you npm install before committing anything, both should be enforced automatically.