Bump gradle/wrapper-validation-action from 2 to 3
[yosql.git] / CONTRIBUTING.md
blobf71cb6884bcd764fd63bc9db0ca520b658cfdbd0
1 # Contributor Guide
3 Thank you so much for helping out! This project uses a [DCO](https://developercertificate.org/) to verify that each change is acceptable. Its text is as follows:
5 ```
6 By making a contribution to this project, I certify that:
8 (a) The contribution was created in whole or in part by me and I
9     have the right to submit it under the open source license
10     indicated in the file; or
12 (b) The contribution is based upon previous work that, to the best
13     of my knowledge, is covered under an appropriate open source
14     license and I have the right under that license to submit that
15     work with modifications, whether created in whole or in part
16     by me, under the same open source license (unless I am
17     permitted to submit under a different license), as indicated
18     in the file; or
20 (c) The contribution was provided directly to me by some other
21     person who certified (a), (b) or (c) and I have not modified
22     it.
24 (d) I understand and agree that this project and the contribution
25     are public and that a record of the contribution (including all
26     personal information I submit with it, including my sign-off) is
27     maintained indefinitely and may be redistributed consistent with
28     this project or the open source license(s) involved.
29 ```
31 In order to sign this DCO, simply use `git commit --signoff` while working on this project.