Thank you for your interest in contributing to PrivacyFirst!
- PrivacyFirst is currently a private project.
- All contributions are reviewed and accepted manually by the repository owner.
- Reporting bugs
- Suggesting new features
- Improving documentation
- Submitting pull requests (PRs)
-
Fork the repository.
-
Create a feature branch:
git checkout -b feature/my-feature
-
Commit using clear, conventional messages such as:
feat: add biometric authentication improvements fix: resolve crash in WebView SSL handler -
Submit a PR including:
- A clear description of the changes
- A linked issue (if applicable)
- Follow standard Kotlin coding conventions
- Use Jetpack Compose and MVVM architecture
- Document all security-related changes thoroughly
- Test on real devices whenever possible
- Ensure the API server is functioning before submitting backend-related changes
Open an issue or contact the maintainer.