mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-06 20:59:08 +00:00
9 lines
531 B
Markdown
9 lines
531 B
Markdown
## Contributing
|
|
|
|
* Fork it ([https://github.com/joglomedia/LEMPer/fork](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
|