Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.09 KB

Contributing

Dialekt 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 standard.

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.