2017-06-21 11:57:25 +00:00
## Description
2022-10-31 14:54:24 +00:00
Please write a few sentences describing the overall goals of the pull request's commits.
2017-06-21 11:57:25 +00:00
2023-05-04 11:28:51 +00:00
## PR checklist
2024-05-03 15:01:54 +00:00
Please add/remove strikethrough ~~ as appropriate, and add any relevant link/s to the end of the line.
2022-10-31 14:54:24 +00:00
2024-05-20 15:57:14 +00:00
- [ ] **changelog** provided, ~not required because:~
- [ ] **dev PR** provided #, ~not required because:~
- [ ] **3.6 PR** provided #, ~not required because:~
- [ ] **2.28 PR** provided #, ~not required because:~
- **tests** provided, ~covered~ #, ~not required because:~
2017-06-21 11:57:25 +00:00
2022-10-21 09:01:22 +00:00
2022-10-31 14:54:24 +00:00
## Notes for the submitter
2017-06-21 11:57:25 +00:00
2022-12-05 10:48:23 +00:00
Please refer to the [contributing guidelines ](https://github.com/Mbed-TLS/mbedtls/blob/development/CONTRIBUTING.md ), especially the
2022-10-31 15:57:31 +00:00
checklist for PR contributors.
2024-02-07 10:42:22 +00:00
Help make review efficient:
* Multiple simple commits
- please structure your PR into a series of small commits, each of which does one thing
2024-02-07 11:05:47 +00:00
* Avoid force-push
2024-02-07 10:42:22 +00:00
- please do not force-push to update your PR - just add new commit(s)
2024-02-07 11:04:14 +00:00
* See our [Guidelines for Contributors ](https://mbed-tls.readthedocs.io/en/latest/reviews/review-for-contributors/ ) for more details about the review process.