Thank you for your interest in contributing! Any contribution, big or small, is welcome.
-
Fork the repository.
-
Clone your fork:
git clone https://github.com/AbhinavGupta7/notepadX.git
-
Make your changes in a separate branch:
git checkout -b feature-name
-
Commit your changes:
git commit -m "Add a short description of your changes" -
Push your changes:
git push origin feature-name
-
Open a pull request.
Thank you for helping make this project better!