2017-06-21 13:57:25 +02:00
## Description
2022-10-31 15:54:24 +01:00
Please write a few sentences describing the overall goals of the pull request's commits.
2017-06-21 13:57:25 +02:00
2023-05-04 13:28:51 +02:00
## PR checklist
Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")
2022-10-31 15:54:24 +01:00
- [ ] **changelog** provided, or not required
- [ ] **backport** done, or not required
- [ ] **tests** provided, or not required
2017-06-21 13:57:25 +02:00
2022-10-21 11:01:22 +02:00
2022-10-31 15:54:24 +01:00
## Notes for the submitter
2017-06-21 13:57:25 +02:00
2022-12-05 11:48:23 +01:00
Please refer to the [contributing guidelines ](https://github.com/Mbed-TLS/mbedtls/blob/development/CONTRIBUTING.md ), especially the
2022-10-31 16:57:31 +01:00
checklist for PR contributors.
2024-02-07 11:42:22 +01: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 12:05:47 +01:00
* Avoid force-push
2024-02-07 11:42:22 +01:00
- please do not force-push to update your PR - just add new commit(s)
2024-02-07 12:04:14 +01:00
* See our [Guidelines for Contributors ](https://mbed-tls.readthedocs.io/en/latest/reviews/review-for-contributors/ ) for more details about the review process.