Added "contribution" section.
This commit is contained in:
parent
d37d1f5072
commit
5575a52245
1 changed files with 9 additions and 1 deletions
10
docs.lisp
10
docs.lisp
|
@ -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
|
||||||
|
")
|
||||||
|
|
Loading…
Reference in a new issue