-
Fork the Repository
Click the "Fork" button at the top right corner of the repository page.
-
Clone Your Fork
git clone git@github.com:artifactNU/PyPrivacyTool.git cd PyPrivacyTool
-
Create a Feature Branch
git checkout -b feature/your-feature-name
-
Make Your Changes
- Follow the existing code style.
- Write unit tests for new features.
-
Commit and Push
git add . git commit -m "Description of your changes" git push origin feature/your-feature-name
-
Create a Pull Request
Go to your fork on GitHub and click "New Pull Request."