Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.23 KB

Contributions are welcome!

Quick guide:

  • Fork the repo.
  • Create branch, e.g. feature-foo or bugfix-bar.
  • Make changes.
  • If you are adding functionality or fixing a bug - add a spec!
  • Check if specs pass.

Creating a new Specification

If you have a new specification that you think should be a part of this repository, submit a PR and we will happily evaluate it. There are some things that you should include in your PR.

  • Your specification class under the appropriate namespace
  • A PHPSpec spec (Try to write one, we will help you if you have trouble)
  • A factory function

Project's standards: