Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.24 KB

File metadata and controls

41 lines (26 loc) · 1.24 KB

Contributing to PalmClaw

Thanks for your interest in contributing to PalmClaw.

This guide explains how to submit changes, and the contributor terms required for pull requests.

Before You Start

  • Please read CLA.md.
  • By opening a pull request, you confirm that you agree to the terms in CLA.md.

Contribution Workflow

  1. Fork the repository and create a feature branch from main.
  2. Keep changes focused and small when possible.
  3. Make sure the project builds successfully in Android Studio before opening a PR.
  4. Update documentation when behavior or setup changes.
  5. Open a pull request with a clear description.

Pull Request Checklist

  • 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.

Commit Message Guidance

Use clear, action-oriented commit messages. Example:

  • feat: add telegram channel reconnect logic
  • fix: handle empty session state on startup
  • docs: update release and setup instructions

Code of Conduct

Be respectful and constructive in all discussions and reviews.

Questions

For help, open an issue or discussion in the repository.