aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJanos Follath <janos.follath@arm.com>2022-01-12 13:09:17 +0000
committerJanos Follath <janos.follath@arm.com>2022-01-12 13:09:17 +0000
commit88addc488364790ecd0dc8816073e651ac434b21 (patch)
tree52d98e116b40df376f76af9ed7069d6e56bbcd5a /CONTRIBUTING.md
parentd1d0b41fc0b9e3d4012ccf9796ef9e641079cea2 (diff)
downloadmbedtls-88addc488364790ecd0dc8816073e651ac434b21.zip
mbedtls-88addc488364790ecd0dc8816073e651ac434b21.tar.gz
mbedtls-88addc488364790ecd0dc8816073e651ac434b21.tar.bz2
Update mailing list links
The mailing list software has been updated and the links have changed. Signed-off-by: Janos Follath <janos.follath@arm.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dcaa360..cd41578 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ Coding Standards
Making a Contribution
---------------------
-1. [Check for open issues](https://github.com/ARMmbed/mbedtls/issues) or [start a discussion](https://lists.trustedfirmware.org/mailman/listinfo/mbed-tls) around a feature idea or a bug.
+1. [Check for open issues](https://github.com/ARMmbed/mbedtls/issues) or [start a discussion](https://lists.trustedfirmware.org/mailman3/lists/mbed-tls.lists.trustedfirmware.org) around a feature idea or a bug.
1. Fork the [Mbed TLS repository on GitHub](https://github.com/ARMmbed/mbedtls) to start making your changes. As a general rule, you should use the ["development" branch](https://github.com/ARMmbed/mbedtls/tree/development) as a basis.
1. Write a test which shows that the bug was fixed or that the feature works as expected.
1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may need some modifications, so a few rounds of review and fixing may be necessary. We will include your name in the ChangeLog :)