- Fork it (https://github.com/joglomedia/LEMPer/fork)
- Create your feature branch (git checkout -b my-new-feature) or fix issue (git checkout -b fix-some-issue)
- Commit your changes (git commit -am 'Add some feature') or (git commit -am 'Fix some issue')
- Push to the branch (git push origin my-new-feature) or (git push origin fix-some-issue)
- Create a new Pull Request
- GitHub Workflows will be run to make sure that your changes does not have errors or warning