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