From cb5309ca00c5e7ce99801b9da6b99d42333cffe1 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 12 Jun 2020 11:42:16 +0200 Subject: [PATCH] Update the contribution suggestions on dependencies --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84c5e08..7bfc240 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ The first way to help is to actually use the software and [report any bug you en Since the author is not a native English speaker, some of the texts used in this project should be fixed. -## Fix issues in dependencies +## Work on dependencies ### rust-openssl @@ -24,6 +24,10 @@ An other improvement that would be appreciable is to add Curve 25519 support. - https://github.com/sfackler/rust-openssl/issues/947 +### Find or create a good template engine + +As reported in issue #8, there is currently no perfect template engine. A good way to help improve ACMEd would be to find or create one that supports all the listed requirements. + ## Improving the code