Skip to main content

Contributing to Accensa

We welcome contributions from the community! Whether it's a bug fix, new feature, or documentation improvement, your help is appreciated.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Create a new branch for your feature or bug fix (git checkout -b feature/my-new-feature).
  4. Make your changes and test them thoroughly.

Submitting a Pull Request

  • Ensure your code follows the existing style conventions.
  • Run all local build and test commands (e.g., pnpm build, cargo test) before submitting.
  • Provide a clear and descriptive PR title and description.
  • Link to any relevant open issues.

Reporting Bugs

If you find a bug, please open an issue on GitHub. Include as much detail as possible:

  • Steps to reproduce the issue.
  • Expected vs actual behavior.
  • Environment details (OS, Node version, etc.).

Thank you for helping make Accensa better!