|
| 1 | +<!-- |
| 2 | +Please use a PR title that conforms to *conventional commits*: "<commit_type>: Describe your change"; for example: "fix: prevent race condition". Some other commit types are: fix, feat, ci, doc, refactor... |
| 3 | +For a full list of commit types visit https://www.conventionalcommits.org/en/v1.0.0-beta.2/ |
| 4 | +--> |
| 5 | + |
| 6 | +#### Relevant issue or PR |
| 7 | +<!-- If the changes resolve an issue or follow some other PR, link to them here. Only link something if it is directly relevant. --> |
| 8 | + |
| 9 | +#### Description of changes |
| 10 | +<!-- Add a high-level description of changes, focusing on the *what* and *why*. --> |
| 11 | + |
| 12 | +#### Testing done |
| 13 | +<!-- Describe how the changes were tested; e.g., "CI passes", "Tested manually in stagingrepo#123", screenshots of a terminal session that verify the changes, or any other evidence of testing the changes. --> |
| 14 | + |
| 15 | +#### License |
| 16 | + |
| 17 | +- [ ] By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://pasteurlabs.github.io/tesseract-jax/LICENSE). |
| 18 | +- [ ] I sign the Developer Certificate of Origin below by adding my name and email address to the `Signed-off-by` line. |
| 19 | + |
| 20 | +<details> |
| 21 | +<summary><b>Developer Certificate of Origin</b></summary> |
| 22 | + |
| 23 | +```text |
| 24 | +Developer Certificate of Origin |
| 25 | +Version 1.1 |
| 26 | +
|
| 27 | +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. |
| 28 | +
|
| 29 | +Everyone is permitted to copy and distribute verbatim copies of this |
| 30 | +license document, but changing it is not allowed. |
| 31 | +
|
| 32 | +
|
| 33 | +Developer's Certificate of Origin 1.1 |
| 34 | +
|
| 35 | +By making a contribution to this project, I certify that: |
| 36 | +
|
| 37 | +(a) The contribution was created in whole or in part by me and I |
| 38 | + have the right to submit it under the open source license |
| 39 | + indicated in the file; or |
| 40 | +
|
| 41 | +(b) The contribution is based upon previous work that, to the best |
| 42 | + of my knowledge, is covered under an appropriate open source |
| 43 | + license and I have the right under that license to submit that |
| 44 | + work with modifications, whether created in whole or in part |
| 45 | + by me, under the same open source license (unless I am |
| 46 | + permitted to submit under a different license), as indicated |
| 47 | + in the file; or |
| 48 | +
|
| 49 | +(c) The contribution was provided directly to me by some other |
| 50 | + person who certified (a), (b) or (c) and I have not modified |
| 51 | + it. |
| 52 | +
|
| 53 | +(d) I understand and agree that this project and the contribution |
| 54 | + are public and that a record of the contribution (including all |
| 55 | + personal information I submit with it, including my sign-off) is |
| 56 | + maintained indefinitely and may be redistributed consistent with |
| 57 | + this project or the open source license(s) involved. |
| 58 | +``` |
| 59 | + |
| 60 | +</details> |
| 61 | + |
| 62 | +Signed-off-by: [YOUR NAME] <[YOUR EMAIL]> |
0 commit comments