Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 1.03 KB

Contribution Guide

Issues

Please submit all your bug reports, feature requests and pull requests here but note that this isn't the place for support requests. Please use Stack Overflow for this.

Bug reports

  1. Search the issues, has it already been reported?
  2. Download the latest source, did this solve the problem?
  3. If the answer to all of the above questions are "No" then open a bug report and include the following:
    • A short, descriptive title.
    • A summary of the problem.
    • The steps to reproduce the problem.
    • Possible solutions or other relevant information/suggestions.

Coding Guidelines

We follow the coding standards outlined in PSR-1 and PSR-2. Please follow these guidelines when commiting new code. Fixes for existing code which doesn't follow these standards are highly appreciated!