From 5575a52245241673335c0578bf73018da0cb6c8a Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 25 Feb 2021 20:16:58 +0300 Subject: [PATCH] Added "contribution" section. --- docs.lisp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs.lisp b/docs.lisp index b0ff3ce..8f4d8f5 100644 --- a/docs.lisp +++ b/docs.lisp @@ -20,7 +20,8 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI. (@typical-usage section) (@ql-file section) (@caching section) - (@roadmap section)) + (@roadmap section) + (@contribution section)) (defsection @features (:title "What this action does for you?") @@ -221,3 +222,10 @@ There are two important lines here. - Support [CLPM](https://gitlab.common-lisp.net/clpm/clpm). - Vendor all dependencies, to make action more reliable and secure. ") + +(defsection @contribution (:title "Contribution") + " +If you want to contribute to this system, join development at GitHub: + +https://github.com/40ants/setup-lisp +")