PhpSpreadsheet/CONTRIBUTING.md
Adrien Crivelli 0e8fde9be6
master is the new default branch
`master` is now the only permanent branch. Features and fixes should be merged
into `master` when stable. Pull requests should be forked from `master`.

`develop` branch disappear entirely in favor of temporary features/fixes branches.
2019-01-02 15:28:38 +11:00

842 B

Want to contribute?

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

  • 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
  • Tagged releases are made from the master branch
  • 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
  • Code style might be automatically fixed by composer fix
  • All code changes must be validated by composer check
  • Helpful article about forking
  • Helpful article about pull requests