-
Go to the official homepage
-
Go to Downloads > your platform (e.g. Windows)
-
Install the file and run
Rote Notes is FOSS (Free and Open Source Software), and anyone can contribute. To get started:
-
Run
git clone https://github.com/makeitfast9052/rnotesto clone the repo -
Create a new branch for your feature or fix with
git checkout -b my-feature -
Make your changes and test them thoroughly
-
Commit your changes with
git commit -m 'Updated xyz' -
Push your branch with
git push -u origin my-feature -
Open a pull request on GitHub to propose your changes