-
Notifications
You must be signed in to change notification settings - Fork 4
How to Contribute
Aditya Gupta edited this page Mar 29, 2025
·
1 revision
- Fork it
- Create your feature branch
(git checkout -b my-new-feature)
- Commit your changes
(git commit -m 'Add some feature')
- In case of multiple commits squash them. You can find guide here: how to squash commits
- Clear the checks and make sure build is successfull
- Push your branch
(git push origin my-new-feature)
- Create a new Pull Request, following the template