|
| 1 | +We welcome contributions to NNF |
| 2 | + |
| 3 | +# Pull Requests |
| 4 | + |
| 5 | +This repository follows the standard GitHub fork+pull model. We accept GitHub pull requests. |
| 6 | + |
| 7 | +Fork the project on GitHub, work in your fork and in branches, push these to your GitHub fork, and when ready, open up a GitHub pull request against `https://github.com/NearNodeFlash/NearNodeFlash.github.io`. |
| 8 | + |
| 9 | +## Developer's Certificate of Origin |
| 10 | + |
| 11 | +All contributions must include acceptance of the DCO: |
| 12 | + |
| 13 | +> Developer Certificate of Origin Version 1.1 |
| 14 | +> |
| 15 | +> Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 660 |
| 16 | +> York Street, Suite 102, San Francisco, CA 94110 USA |
| 17 | +> |
| 18 | +> Everyone is permitted to copy and distribute verbatim copies of this |
| 19 | +> license document, but changing it is not allowed. |
| 20 | +> |
| 21 | +> Developer's Certificate of Origin 1.1 |
| 22 | +> |
| 23 | +> By making a contribution to this project, I certify that: |
| 24 | +> |
| 25 | +> \(a) The contribution was created in whole or in part by me and I have |
| 26 | +> the right to submit it under the open source license indicated in the |
| 27 | +> file; or |
| 28 | +> |
| 29 | +> \(b) The contribution is based upon previous work that, to the best of my |
| 30 | +> knowledge, is covered under an appropriate open source license and I |
| 31 | +> have the right under that license to submit that work with |
| 32 | +> modifications, whether created in whole or in part by me, under the same |
| 33 | +> open source license (unless I am permitted to submit under a different |
| 34 | +> license), as indicated in the file; or |
| 35 | +> |
| 36 | +> \(c) The contribution was provided directly to me by some other person |
| 37 | +> who certified (a), (b) or (c) and I have not modified it. |
| 38 | +> |
| 39 | +> \(d) I understand and agree that this project and the contribution are |
| 40 | +> public and that a record of the contribution (including all personal |
| 41 | +> information I submit with it, including my sign-off) is maintained |
| 42 | +> indefinitely and may be redistributed consistent with this project or |
| 43 | +> the open source license(s) involved. |
| 44 | +
|
| 45 | +### Sign Your Work |
| 46 | + |
| 47 | +To accept the DCO, simply add this line to each commit message with your name and email address (`git commit -s` will do this for you): |
| 48 | + |
| 49 | + Signed-off-by: Johnny Appleseed <johnny@appleseed.com> |
| 50 | + |
| 51 | +For legal reasons, no anonymous or pseudonymous contributions are accepted. |
0 commit comments