Skip to content

athrvvvv/Minimal-Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Minimal Notepad πŸ“

It's lightweight notepad, with minimal functions yet fast and smooooth.

Yeah Default darkmode πŸ’β€β™‚οΈ

Building βš’

qmake
mingw32-make

And you will find your EXE file in the release folder.


Contributing 🀝

  1. Fork the repository if you haven't already

  2. Clone your fork locally πŸ™‹β€β™‚

git clone https://github.com/YOUR_USERNAME/Minimal-Notepad.git

Replace "YOUR_USERNAME" with your GitHub username

  1. Create & Configure local branch πŸ’β€β™‚οΈ
git branch local

Now switch to that branch via:

git checkout local
  1. Make changes and than run following command:
git add .
git commit -m "COMMIT_MESSAGE"
  1. Finally, push your changes to your fork πŸ“«
git push origin local
  1. To submit your changes to the main project, you'll need to create a pull request. I will merge it accordingly πŸ™Œ

Thank you ❀