Thanks for your interest in contributing! The project is still in its early stages, so we’re not ready to accept contributions yet as we’re still setting things up. However, we’d love to hear your feedback and ideas—feel free to start a discussion.
At the moment, we support only these languages:
- US English (en)
- Brazilian Portuguese (pt)
- Spanish (es)
For commercial reasons, we’re not accepting new translations right now.
Add one of the following prefixes to your commit messages:
feat:a new featurefix:a bug fixchore:changes to the build process or auxiliary tools and librariesdocs:documentation changesrefactor:code changes that neither fix a bug nor add a featuretest:adding or updating testsdeps:updating dependencies
If applicable, include the app or package name in parentheses after the prefix. For example:
feat(auth): add login functionalityfix(ui): resolve button alignment issue