Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 868 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (25 loc) · 868 Bytes

Contributing to PassOP

We welcome contributions from the community! Follow these steps to contribute to the project:

  1. Fork the Repository
    Click the "Fork" button at the top of this repository.

  2. Clone Your Fork
    Clone the forked repository to your local machine:

    git clone https://github.com/<your-username>/PassOP.git
    cd PassOP
  3. Create a New Branch
    Create a new branch for your feature or bug fix:

    git checkout -b feature/new-feature
  4. Make Your Changes
    Implement your changes, and make sure to test them.

  5. Commit and Push Your Changes

    git add .
    git commit -m "Add new feature or fix"
    git push origin feature/new-feature
  6. Submit a Pull Request
    Go to the original repository on GitHub, and click the "New Pull Request" button.