Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 634 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 634 Bytes

Contributing to Pitchfork

If you would like to contribute code, fork this GitHub repository, create a branch, and send a Pull Request.

Coding Standards

We don't formalize coding standards for this project other than using spaces and not tabs. Please try to use the existing code as a convention guide.

Checklist

  • Make sure app successfully builds and tests are passing before opening a new PR.
  • Update existing tests and/or add new tests if needed. It's always a good idea to add unit/integration tests for any non-trivial changes.
  • Update the documentation if needed.