aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSimon Butcher <simon.butcher@arm.com>2018-07-24 14:41:02 +0100
committerSimon Butcher <simon.butcher@arm.com>2018-07-24 17:21:00 +0100
commit269e999a359fd095a48e2aea92c2cf2006c5f39b (patch)
treef94530718b190e78e2134989002aee12caac620f /CONTRIBUTING.md
parentee3ded0522a487bee787b7525925f6391a523f27 (diff)
downloadmbedtls-269e999a359fd095a48e2aea92c2cf2006c5f39b.zip
mbedtls-269e999a359fd095a48e2aea92c2cf2006c5f39b.tar.gz
mbedtls-269e999a359fd095a48e2aea92c2cf2006c5f39b.tar.bz2
Remove unnecessary newlines in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8fb8ab8..3433ed0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -52,8 +52,7 @@ When backporting to these branches please observe the following rules:
3. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to this may be addtional test cases or quality improvements such as changes to build or test scripts.
-It would be highly appreciated if contributions are backported to LTS branches
-in addition to the [development branch](https://github.com/ARMmbed/mbedtls/tree/development) by contributors.
+It would be highly appreciated if contributions are backported to LTS branches in addition to the [development branch](https://github.com/ARMmbed/mbedtls/tree/development) by contributors.
Currently maintained LTS branches are:
@@ -70,9 +69,7 @@ Mbed TLS includes a comprehensive set of test suites in the `tests/` directory t
[A Knowledge Base article describing how to add additional tests is available on the Mbed TLS website](https://tls.mbed.org/kb/development/test_suites).
-A test script `tests/scripts/basic-build-test.sh` is available to show test
-coverage of the library. New code contributions should provide a similar level
-of code coverage to that which already exists for the library.
+A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library. New code contributions should provide a similar level of code coverage to that which already exists for the library.
Sample applications, if needed, should be modified as well.