Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 807 Bytes

Contribution Guidelines

Submitting a new issue

If you want to ensure that your issue gets fixed fast you should attempt to reproduce the issue in an isolated example application that you can share.

Making a pull request

If you'd like to submit a pull request please adhere to the following:

  1. Your code must be tested. Please TDD your code!
  2. No single-character variables
  3. Two-spaces instead of tabs
  4. Single-quotes instead of double-quotes unless you are using string interpolation or escapes.

Please note that you must adhere to each of the aforementioned rules. Failure to do so will result in an immediate closing of the pull request. If you update and rebase the pull request to follow the guidelines your pull request will be re-opened and considered for inclusion.