Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.28 KB

File metadata and controls

41 lines (31 loc) · 1.28 KB

Contributing to protegrity-developer-python

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.

🧠 How to Contribute

1. Fork the Repository

Click the Fork button at the top right of this page to create your own copy of the repository.

2. Clone Your Fork

git clone https://github.com/your-username/protegrity-developer-python.git
cd protegrity-developer-python

3. Create a Branch

git checkout -b feature/your-feature-name

4. Make Your Changes

Make sure your code follows the existing style and includes appropriate tests and documentation.

5. Commit and Push

git add .
git commit -m "Add your message here"
git push origin feature/your-feature-name

6. Submit a Pull Request

Go to the original repository and open a pull request from your forked branch.

🧪 Coding Guidelines

  • 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.

📄 License

By contributing, you agree that your contributions will be licensed under the same license as the project.