|
| 1 | +## Documents |
| 2 | +<!-- The square brackets in the template represent something for you to replace. For example, you might change "Documents #[issue number]" to "Documents #1". --> |
| 3 | +Documents #[issue number] by @[original issue author] |
| 4 | + |
| 5 | +## Description |
| 6 | +<!-- Concisely describe what the pull request does. --> |
| 7 | + |
| 8 | +## Technical details |
| 9 | +<!-- Add any other information or technical details about the implementation; or delete the section entirely. --> |
| 10 | + |
| 11 | +## Screenshots |
| 12 | +<!-- Add screenshots to show the problem and the solution; or delete the section entirely. --> |
| 13 | + |
| 14 | +## Checklist |
| 15 | +<!-- Replace the [ ] with [x] to check the boxes. --> |
| 16 | +- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). <!-- If you want to in include a leading emoji, check out https://gitmoji.dev for a pseudo-standard set of options --> |
| 17 | +- [ ] My pull request targets the `source` branch of the repository. <!-- Change this branch if you're targeting a branch other than `source` --> |
| 18 | +- [ ] My commit messages follow best practices. |
| 19 | +- [ ] My code follows the [established code style of the repository](../CONTRIBUTING.md). |
| 20 | +- [ ] I tried [letting the CI build this branch on a fork or built the project locally](../CONTRIBUTING.md#building) and verified that there are no visible errors. |
| 21 | + |
| 22 | +## Developer Certificate of Origin |
| 23 | +<!-- You must read and understand the following attestation. --> |
| 24 | + |
| 25 | +<details> |
| 26 | +<summary>Developer Certificate of Origin</summary> |
| 27 | + |
| 28 | +``` |
| 29 | +Developer Certificate of Origin |
| 30 | +Version 1.1 |
| 31 | +
|
| 32 | +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. |
| 33 | +1 Letterman Drive |
| 34 | +Suite D4700 |
| 35 | +San Francisco, CA, 94129 |
| 36 | +
|
| 37 | +Everyone is permitted to copy and distribute verbatim copies of this |
| 38 | +license document, but changing it is not allowed. |
| 39 | +
|
| 40 | +
|
| 41 | +Developer's Certificate of Origin 1.1 |
| 42 | +
|
| 43 | +By making a contribution to this project, I certify that: |
| 44 | +
|
| 45 | +(a) The contribution was created in whole or in part by me and I |
| 46 | + have the right to submit it under the open source license |
| 47 | + indicated in the file; or |
| 48 | +
|
| 49 | +(b) The contribution is based upon previous work that, to the best |
| 50 | + of my knowledge, is covered under an appropriate open source |
| 51 | + license and I have the right under that license to submit that |
| 52 | + work with modifications, whether created in whole or in part |
| 53 | + by me, under the same open source license (unless I am |
| 54 | + permitted to submit under a different license), as indicated |
| 55 | + in the file; or |
| 56 | +
|
| 57 | +(c) The contribution was provided directly to me by some other |
| 58 | + person who certified (a), (b) or (c) and I have not modified |
| 59 | + it. |
| 60 | +
|
| 61 | +(d) I understand and agree that this project and the contribution |
| 62 | + are public and that a record of the contribution (including all |
| 63 | + personal information I submit with it, including my sign-off) is |
| 64 | + maintained indefinitely and may be redistributed consistent with |
| 65 | + this project or the open source license(s) involved. |
| 66 | +``` |
| 67 | + |
| 68 | +</details> |
0 commit comments