It's lightweight notepad, with minimal functions yet fast and smooooth.
qmake
mingw32-make
And you will find your EXE file in the release folder.
-
Fork the repository if you haven't already
-
Clone your fork locally πββ
git clone https://github.com/YOUR_USERNAME/Minimal-Notepad.gitReplace "YOUR_USERNAME" with your GitHub username
- Create & Configure local branch πββοΈ
git branch localNow switch to that branch via:
git checkout local- Make changes and than run following command:
git add .
git commit -m "COMMIT_MESSAGE"- Finally, push your changes to your fork π«
git push origin local- To submit your changes to the main project, you'll need to create a pull request. I will merge it accordingly π
Thank you β€
