Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 460 Bytes

File metadata and controls

16 lines (11 loc) · 460 Bytes

Commiting

All commits made to this repository should have a pull request open.

Commit prefix

  • feat: when you added a feature.
  • patch: when you patched something in the code.
  • minor: when something minor is changed.
  • major: something that changes the app a lot.

Guidelines

Commits that dont follow the guidelines wont be accepted.

  • Do not add a feature that requires a permission.
  • Do not add a feature that breaks core features.