Before submitting a new issue, you may find your problem in past discussions in issue page. If you cannot find your problem, then please share the problem with us by submitting a new issue.
USpec requires the Developer Certificate of Origin (DCO) process.
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-2.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-2.txt.
- Clone this repo (
git clone [email protected]:MountainField/uspec.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -s -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request