Thanks for your interest in contributing to PalmClaw.
This guide explains how to submit changes, and the contributor terms required for pull requests.
- Fork the repository and create a feature branch from
main. - Keep changes focused and small when possible.
- Make sure the project builds successfully in Android Studio before opening a PR.
- Update documentation when behavior or setup changes.
- Open a pull request with a clear description.
- The change is scoped and clearly described.
- Build and basic verification were completed locally.
- Related docs were updated (if needed).
- I have read and agree to CLA.md.
Use clear, action-oriented commit messages. Example:
feat: add telegram channel reconnect logicfix: handle empty session state on startupdocs: update release and setup instructions
Be respectful and constructive in all discussions and reviews.
For help, open an issue or discussion in the repository.