Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 799 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 799 Bytes

Before contribute something:

  1. Your code should look like all the other code - this project should look like it was written by one man, always.
  2. If you want to propose something - just create an issue and describe your question with as much description as you can.
  3. Please never send issues or pull requests about code style, jshint violations etc - I do not accept it (and you will spend your time for free).
  4. If you think you have some general improvement, consider creating a pull request with it.
  5. If you add new code, it should be covered by tests. No tests - no code.
  6. If you find a bug (or at least you think it is a bug), create an issue with the library version and test case that I can run and see what are you talking about, or at least full steps by which I can reproduce it.