Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 551 Bytes

How to Contribute

Pull Requests

  1. Create a new branch for each feature or improvement
  2. Send a pull request from each feature branch to the github branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows us to review and pull in new features or improvements individually.

Style Guide

All pull requests must add here to the PSR-2 standard.