Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 1.17 KB

Contributing

Branches

  • main Stable release of app, do not commit your changes here
  • dev Development branch, commit your changes here

Commit Messages

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