|
| 1 | +# Contributing to \<reponame\> |
| 2 | + |
| 3 | +Contributions to \<reponame\> are welcome from all! |
| 4 | + |
| 5 | +\<reponame\> is managed via [git](https://git-scm.com), with the canonical upstream |
| 6 | +repository hosted on [GitHub](https://github.com/ni/<reponame>/). |
| 7 | + |
| 8 | +\<reponame\> follows a pull-request model for development. If you wish to |
| 9 | +contribute, you will need to create a GitHub account, fork this project, push a |
| 10 | +branch with your changes to your project, and then submit a pull request. |
| 11 | + |
| 12 | +Please remember to sign off your commits (e.g., by using `git commit -s` if you |
| 13 | +are using the command line client). This amends your git commit message with a line |
| 14 | +of the form `Signed-off-by: Name Lastname <name.lastmail@emailaddress.com>`. Please |
| 15 | +include all authors of any given commit into the commit message with a |
| 16 | +`Signed-off-by` line. This indicates that you have read and signed the Developer |
| 17 | +Certificate of Origin (see below) and are able to legally submit your code to |
| 18 | +this repository. |
| 19 | + |
| 20 | +See [GitHub's official documentation](https://help.github.com/articles/using-pull-requests/) for more details. |
| 21 | + |
| 22 | +# Getting Started |
| 23 | + |
| 24 | +- TODO: include build steps here. |
| 25 | + |
| 26 | +# Testing |
| 27 | + |
| 28 | +- TODO: include testing steps here. |
| 29 | + |
| 30 | +# Developer Certificate of Origin (DCO) |
| 31 | + |
| 32 | + Developer's Certificate of Origin 1.1 |
| 33 | + |
| 34 | + By making a contribution to this project, I certify that: |
| 35 | + |
| 36 | + (a) The contribution was created in whole or in part by me and I |
| 37 | + have the right to submit it under the open source license |
| 38 | + indicated in the file; or |
| 39 | + |
| 40 | + (b) The contribution is based upon previous work that, to the best |
| 41 | + of my knowledge, is covered under an appropriate open source |
| 42 | + license and I have the right under that license to submit that |
| 43 | + work with modifications, whether created in whole or in part |
| 44 | + by me, under the same open source license (unless I am |
| 45 | + permitted to submit under a different license), as indicated |
| 46 | + in the file; or |
| 47 | + |
| 48 | + (c) The contribution was provided directly to me by some other |
| 49 | + person who certified (a), (b) or (c) and I have not modified |
| 50 | + it. |
| 51 | + |
| 52 | + (d) I understand and agree that this project and the contribution |
| 53 | + are public and that a record of the contribution (including all |
| 54 | + personal information I submit with it, including my sign-off) is |
| 55 | + maintained indefinitely and may be redistributed consistent with |
| 56 | + this project or the open source license(s) involved. |
| 57 | + |
| 58 | +(taken from [developercertificate.org](https://developercertificate.org/)) |
| 59 | + |
| 60 | +See [LICENSE](https://github.com/ni/<reponame>/blob/main/LICENSE) |
| 61 | +for details about how \<reponame\> is licensed. |
0 commit comments