You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CONTRIBUTING.md 842 B

4 years ago
1234567891011
  1. # Want to contribute?
  2. If you would like to contribute, here are some notes and guidelines:
  3. - All new development happens on feature/fix branches, and are then merged to the `master` branch once stable; so the `master` branch is always the most up-to-date, working code
  4. - Tagged releases are made from the `master` branch
  5. - If you are going to be submitting a pull request, please fork from `master`, and submit your pull request back as a fix/feature branch referencing the GitHub issue number
  6. - Code style might be automatically fixed by `composer fix`
  7. - All code changes must be validated by `composer check`
  8. - [Helpful article about forking](https://help.github.com/articles/fork-a-repo/ "Forking a GitHub repository")
  9. - [Helpful article about pull requests](https://help.github.com/articles/using-pull-requests/ "Pull Requests")