A guide on how to contribute to Splum!
Please do try to follow the committing style if you wanted to contribute, it makes the repository much more clean and consistent.
- Do not squash commits
- Explain what the commit does or what did you do in the commit message with less than 50 characters
- Use the commit description if you can't fit what you did in the commit message
- Use one of these prefixes in your commit messages:
fix
When you fixed a bug or maybe a flaw within the codebasefeat
When you added something within the codebase (can be anything)tweak
When you do a little tweak in the codebase, like a tiny UI changechore
When you do fix something, but it doesn't affect the app in terms of functionalityrefactor
When you refactored the code, like cleaning up the code
- Please be descriptive with you pull request.
- Please do not ping anyone in your pull request, it will not make the reviewing process faster.
- Please do not reopen your pull request without any changes if it has been denied.