Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 804 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 804 Bytes

Want to contribute?

If you would like to contribute, here are some notes and guidelines:

  • All new development happens on feature/fix branches referenced with the GitHub issue number, and are then merged to the develop branch; so the develop branch is always the most up-to-date, working code
  • The master branch only contains tagged releases
  • If you are going to be submitting a pull request, please fork from develop, and submit your pull request back as a fix/feature branch referencing the GitHub issue number
  • All code changes must be validated by composer check
  • Helpful article about forking
  • Helpful article about pull requests