Added "contribution" section.

This commit is contained in:
Alexander Artemenko 2021-02-25 20:16:58 +03:00
parent d37d1f5072
commit 5575a52245

View file

@ -20,7 +20,8 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI.
(@typical-usage section) (@typical-usage section)
(@ql-file section) (@ql-file section)
(@caching section) (@caching section)
(@roadmap section)) (@roadmap section)
(@contribution section))
(defsection @features (:title "What this action does for you?") (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). - Support [CLPM](https://gitlab.common-lisp.net/clpm/clpm).
- Vendor all dependencies, to make action more reliable and secure. - 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
")