Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 654 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 654 Bytes

Quo

Contribution guidelines

If these guidelines are not respected there's a high chance your pull request will not be merged

  • When contributing to this repository, please first discuss the change you wish to make via an issue!
  • Create a branch with a descriptive name, e.g. fix-custom-path-not-working.
  • See Pull Request Template to see what your pull request should look like.
  • Use concise commit messages, e.g. [FIX] Fixed x not doing b.
  • Use the PSR-12 Coding Standard.
  • Write tests for new features. No tests mean no merge.