Contributing to ProcessPI¶
We welcome contributions from the community! 🎉
How to Contribute¶
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and add tests if applicable.
- Run tests to ensure everything is working.
- Commit your changes and push:
git push origin feature/your-feature-name
- Open a Pull Request (PR) on the main repository.
Code Style¶
- Follow PEP8 guidelines.
- Use type hints where possible.
- Document public functions and classes with docstrings.
Issues¶
- Found a bug? Open an issue with a clear description and steps to reproduce.
- Have a feature request? Suggest it via a GitHub issue.
Thank you for helping improve ProcessPI!