Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 591 Bytes

Contributing Guide

First, support is handled via the Gitter Channel. Ask your questions there.

When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.

Github Issues.

Pull Requests

  1. Contribute to the issue that is the reason you'll be developing in the first place
  2. Fork RequelPro
  3. git clone [email protected]:jmdobry/RequelPro.git
  4. cd RequelPro
  5. npm install
  6. grunt build
  7. Write your code
  8. Submit a PR and we'll review