From 4a1745e821ab971f5c03aa51a1ab2450cee47787 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 14 Nov 2021 10:04:00 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..9efd5d13 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +Contributing to DNSroboCert +=========================== + +If you wish to contribute to the project, first, thank you a lot! + +DNSroboCert aims at providing a powerfull workflow to issue, manage and deploy DNS-01 challenged TLS certificates, and every contribution to make it real is welcomed. + +To get you on board, the official documentation is available here: https://dnsrobocert.readthedocs.io. We invite you in particular to look at the developer section, https://dnsrobocert.readthedocs.io/en/latest/developer_guide.html, that will explain how to setup a virtual environment, and the general design principle of the project to give you more context while developing.