megalinter markdown

This commit is contained in:
Ralf Vogler 2025-05-24 15:34:00 +02:00
parent 0c5387729d
commit 6bd742351f
2 changed files with 33 additions and 33 deletions

View file

@ -2,12 +2,12 @@
## Code: how to create a pull request
1. Fork it ( https://github.com/vogler/free-games-claimer/fork ).
1. Create your feature branch (`git checkout -b my-new-feature`).
1. Stage your files (`git add .`).
1. Commit your changes (`git commit -am 'Add some feature'`).
1. Push to the branch (`git push origin my-new-feature`).
1. Create a new pull request ( https://github.com/vogler/free-games-claimer/compare ).
1. Fork it ( <https://github.com/vogler/free-games-claimer/fork> ).
1. Create your feature branch (`git checkout -b my-new-feature`).
1. Stage your files (`git add .`).
1. Commit your changes (`git commit -am 'Add some feature'`).
1. Push to the branch (`git push origin my-new-feature`).
1. Create a new pull request ( <https://github.com/vogler/free-games-claimer/compare> ).
## Building and publishing docker images