Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 690 Bytes

Contributions are welcome! Please follow these steps:

  1. Fork the Repository

    Click the "Fork" button at the top right corner of the repository page.

  2. Clone Your Fork

    git clone git@github.com:artifactNU/PyPrivacyTool.git
    cd PyPrivacyTool
    
  3. Create a Feature Branch

    git checkout -b feature/your-feature-name
    
  4. Make Your Changes

    • Follow the existing code style.
    • Write unit tests for new features.
  5. Commit and Push

    git add .
    git commit -m "Description of your changes"
    git push origin feature/your-feature-name
    
  6. Create a Pull Request

    Go to your fork on GitHub and click "New Pull Request."