Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.74 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.74 KB

Contributing to phpZenfolio

The Get Going Quick Guide

  1. Fork the phpZenfolio repository on GitHub.
  2. If you're submitting a fix or improvement to the phpZenfolio code or submitting a new example, create a new branch from the master branch, for example: your-fork/some-cool-feature or your-fork/fixing-something-broken branch.
  3. If you're submitting a fix or improvement to the phpZenfolio website or documentation, create a new branch from the gh-pages branch.
  4. If you're submitting code changes, as opposed to documentation, write tests that fail without your changes and pass with them.
  5. Ensure all tests pass locally by running: vendor/bin/phpunit within your local clone of the repository.
  6. Submit a pull request.

All pull requests will be reviewed and will be merged once all tests have passed.

Coding Standards

To try and keep things looking ✨, please ensure your changes comply with the following coding standards:

All contributions are automatically checked against these standards using php-cs-fixer.

Licensing

By contributing code you agree to license your contribution under the MIT license.

By contributing documentation, examples, or any other non-code assets you agree to license your contribution under the CC BY 4.0 license. Attribution shall be given according to the current bylaws of this group.