Lines Matching refs:to
3 …community. All PRs are reviewed by the project team / community, and may need some modifications to
13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
25 1. Fork the [Mbed TLS repository on GitHub](https://github.com/Mbed-TLS/mbedtls) to start making yo…
28 …feature or topic. The larger the contribution is, the longer it would take to review it and merge …
33 …to minimise the impact on users upgrading to newer versions of the library and it should not be ne…
35 …to users, where a change to the interface is required, all changes to the ABI or API, even on the …
37 …to the definition of functions in the public interface which will change the API. Instead the inte…
39 …ill be made only in a planned, structured way that gives sufficient notice to users of the library.
43 …to allow users of the library to have a maintained, stable version of the library which contains o…
45 When backporting to these branches please observe the following rules:
47 1. Any change to the library which changes the API or ABI cannot be backported.
48 …to that LTS branch. If a bug fix introduces a change to the API such as a new function, the fix sh…
49 … backporting is required. Exceptions to this may be additional test cases or quality improvements …
51 It would be highly appreciated if contributions are backported to LTS branches in addition to the […
58 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull…
60 …to produce the actual test source files (e.g. `test_suite_rsa.c`). These files are generated from …
62 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi…
64 …est.sh` is available to show test coverage of the library. New code contributions should provide a…
72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
95 When contributing code to us, the committer and all authors are required to make the submission und…
97 …off-by:` line in every commit message. If more than one person contributed to the commit, they sho…