Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.17 KB

Contributing

Fixie is open source software; contributions from the community are encouraged. Please take a moment to read these guidelines before submitting changes.

Code style

All PHP code must adhere to the [PSR-2] standards.

Branching and pull requests

As a guideline, please follow this process:

  1. [Fork the repository].
  2. Create a topic branch for the change:
    • New features should branch from develop.
    • Bug fixes to existing versions should branch from master.
    • Please ensure the branch is clearly labelled as a feature or fix.
  3. Make the relevant changes.
  4. [Squash] commits if necessary.
  5. Submit a pull request to the develop branch.

Please note this is a general guideline only. For more information on the branching structure please see the [git-flow cheatsheet].

Fork the repository git-flow cheatsheet PSR-2 Squash