Please check this repo first for this organisation project.
Please select one from two procedures.
Please provide "CONTRIBUTOR LICENSE AGREEMENT (CLA)" below before you start your contributions.
The developer need to add a Signed-off-by
statement and thereby agrees to the DCO, which you can find below or at DCO1.1.txt.
You can add either -s or --signoff to your usual git commit commands.
If Signed-off-by
is attached to the commit message, it is regarded as agreed to the DCO1.1.txt.
- Clone HULOP repogitory
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -s -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request