Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

41 lines (31 loc) · 1.43 KB

Contributing to Onedrive-Private-PDF-Downloader

We welcome contributions to improve this tool. If you have found new class names or ARIA labels that work on your end, please consider submitting a pull request to update the configuration, so others can benefit from it as well.

How to Contribute

  1. Fork the repository:

    • Click the "Fork" button at the top right of this repository page.
  2. Clone your forked repository:

    • Replace <your-username> with your GitHub username.
    git clone https://github.com/<your-username>/Onedrive-Private-PDF-Downloader.git
    cd Onedrive-Private-PDF-Downloader
  3. Create a new branch:

    git checkout -b update-config
  4. Make your changes:

  5. Commit your changes:

    • Replace <commit-message> with a short description of your changes.
    git add OnedrivePrivatePDFDownloader.py
    git commit -m "feat: <commit-message>"
  6. Push your changes to your forked repository:

    git push origin update-config
  7. Create a pull request:

    • Go to the original repository and click the "New pull request" button.
    • Select your branch and submit the pull request.

Thank you for contributing!