Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 649 Bytes

File metadata and controls

32 lines (22 loc) · 649 Bytes

Contributing to Minimal Notepad App

Thank you for your interest in contributing! Any contribution, big or small, is welcome.

How to Contribute

  1. Fork the repository.

  2. Clone your fork:

    git clone https://github.com/AbhinavGupta7/notepadX.git
  3. Make your changes in a separate branch:

    git checkout -b feature-name
  4. Commit your changes:

    git commit -m "Add a short description of your changes"
  5. Push your changes:

    git push origin feature-name
  6. Open a pull request.

Thank you for helping make this project better!