From 84f72151857f137f4ccafc586058d56928c5b640 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 10 Jan 2024 10:28:32 +0000 Subject: [PATCH] Add CONTRIBUTING --- 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 0000000..a81198e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing to the documentation + +To install the documentation project, follow the readme instuctions, then : + +- Create a branch for your change +- Add documentation pages to docs, and supporting assets to img. +- Write your changes +- Submit a merge request -- GitLab