Thank you for your interest in contributing to the protegrity-developer-python repository! We welcome contributions from the community to help improve and expand the capabilities of this project.
Click the Fork button at the top right of this page to create your own copy of the repository.
git clone https://github.com/your-username/protegrity-developer-python.git
cd protegrity-developer-pythongit checkout -b feature/your-feature-nameMake sure your code follows the existing style and includes appropriate tests and documentation.
git add .
git commit -m "Add your message here"
git push origin feature/your-feature-nameGo to the original repository and open a pull request from your forked branch.
- Follow Python best practices (PEP8).
- Include docstrings and comments where necessary.
- Write unit tests for new features or bug fixes.
- Keep pull requests focused and concise.
By contributing, you agree that your contributions will be licensed under the same license as the project.