To start your contribution, please follow the steps below:
-
Create a fork of this repo.
-
Git clone your fork to your machine:
git clone https://url.to.your/github/fork.git
- Use dev branch, commits targeting main will be ignored.
git checkout -b dev remotes/upstream/dev
-
Make changes as you want.
-
Commit your changes:
git commit -m "brief explanation of the changes"
Tip: You can setup code signing and add 0S to the commit command above to get a verified checkmark
- Push your changes:
git push
- Create pull request on GitHub.