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
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new branch for your feature or bug fix (
git checkout -b feature/my-new-feature). - 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!