We welcome contributions! Whether you're fixing a bug, adding a new feature, or improving documentation, your help is appreciated.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/your-username/code-pulse.git
- Create a branch for your feature or fix:
git checkout -b feature/your-feature-name
- Make your changes. Ensure your code follows the existing style and is well-tested.
- Run tests:
uv run pytest
- Commit your changes. Please follow the Conventional Commits specification for commit messages.
- Push to your fork:
git push origin feature/your-feature-name
- Open a Pull Request to the
mainbranch.
Please note that as per our LICENSE, any modifications or updates made to CodePulse must include credit to Spectrayan.
If you have any questions or need help, feel free to open an issue or contact us at support@spectrayan.com.