Lines Matching refs:a
12 - [Changelog](#documentation): if needed, please provide a changelog entry.
13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
17 …ibution passes basic tests before submission, and check the CI results after making a pull request.
18 - The code should be written in a clean and readable style, and must follow [our coding standards](…
19 - The code should be written in a portable generic way, that will benefit the whole community, and …
20 - The code should be secure, and will be reviewed from a security point of view as well.
22 Making a Contribution
24 …es) or [start a discussion](https://lists.trustedfirmware.org/mailman3/lists/mbed-tls.lists.truste…
25 … your changes. As a general rule, you should use the ["development" branch](https://github.com/Mbe…
26 1. Write a test which shows that the bug was fixed or that the feature works as expected.
27 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may …
28 1. For quick merging, the contribution should be short, and concentrated on a single feature or top…
33 …a user to make any changes to their own code to work with a newer version of the library. Unless t…
35 …a change to the interface is required, all changes to the ABI or API, even on the main development…
37 …a strong reason to replace an existing function with one that has a slightly different interface (…
39 … functions from the library which will be a breaking change in the API, but such changes will be m…
43 …h are maintained continuously for a given period. The LTS branches are provided to allow users of …
48 …orrect a defect that is also present in an LTS branch must be backported to that LTS branch. If a …
49 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi…
60 …a comprehensive set of test suites in the `tests/` directory that are dynamically generated to pro…
64 …to show test coverage of the library. New code contributions should provide a similar level of cod…
70 Once a PR has been made, the Continuous Integration (CI) tests are triggered and run. You should fo…
80 1. If needed, a Readme file is advised.
81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde…
87 Unless specifically indicated otherwise in a file, Mbed TLS files are provided under a dual [Apache…
93 … authors of the code. Where possible for new files, this should be noted in a comment at the top o…