Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 587 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 587 Bytes

How to contribute

Testing

Testing to this point has been conducted on major browsers, by hand. Automated testing would be greatly appreciated.

Submitting changes

Please submit a pull request, along with linked issue that the change addresses. Please ensure that each PR includes changes for a single issue.

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Thanks