Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 719 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 719 Bytes

Contributing

phpspec2 is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow these few simple rules:

  • Make your feature addition or bug fix,
  • Always use the develop branch as the base for your changes (all new development happens here, the master branch is for releases & hotfixes only),
  • Important: to prevent unintentional breaks in future, please add specs for your changes (please look in the spec/ folder for some examples),
  • Commit your code, but do not mess with CHANGES.md file,
  • Remember: when you create a Pull Request, always select the develop branch as the target, otherwise it will be closed.