Commit 374be69e authored by Eric Timmons's avatar Eric Timmons
Browse files

Add a contributing page

parent fafca6fd
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@
           (:url "images/implementation-specific.html" :name "Implementation Images" :relative t)
           (:url "images/development.html" :name "Development Images" :relative t)
           (:url "use-cases.html" :name "Use Cases" :relative t)
           (:url "contributing.html" :name "Contributing" :relative t)
           (:url "https://gitlab.common-lisp.net/cl-docker-images" :name "Code"))
 :staging-dir "/tmp/coleslaw/")

contributing.page

0 → 100644
+17 −0
Original line number Diff line number Diff line
;;;;;
title: Contributing
format: md
URL: contributing.html
;;;;;

We welcome contributions to this project!

While this project is mirrored to <https://github.com/cl-docker-images>, the
repositories at <https://gitlab.common-lisp.net/cl-docker-images> are the
canonical ones and have all the CI infrastructure hooked up. Therefore, we
prefer all issues and merge requests to be opened
on <https://gitlab.common-lisp.net/cl-docker-images>.

Before contributing, please examine
the [code of conduct](code-of-conduct.html). We require that all contributors
adhere to it in order to make a more welcoming and inclusive community.
+1 −0
Original line number Diff line number Diff line
@@ -39,5 +39,6 @@ The following pages contain more detail on this project:
- **[Infrastructure](infrastructure.html):** Where the code is hosted and how
  the images are built.
- **[History](history.html):** Where these images came from.
- **[Contributing](contributing.html):** How to contribute to this project.
- **[Code of Conduct](code-of-conduct.html):** How we expect contributors to
  interact with each other.