Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 1.07 KB

Contributing

A guide on how to contribute to Splum!

Commits

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 codebase
    • feat When you added something within the codebase (can be anything)
    • tweak When you do a little tweak in the codebase, like a tiny UI change
    • chore When you do fix something, but it doesn't affect the app in terms of functionality
    • refactor When you refactored the code, like cleaning up the code

Pull Requests

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