Contributing
This handbook reflects the collective experience of the CaRCC AI Facilitation Materials Working Group. It is not a finished product — corrections, clarifications, and new material from the broader RCD community are welcome and expected to keep it current as tools and practices evolve.
Before contributing, please read the Introduction to understand the handbook's scope and the AI project lifecycle framework it is organized around.
Technical Infrastructure
The site is built with Material for
MkDocs from plain Markdown files
in the handbook/
directory
of the repository, and published to GitHub Pages. If you have not written
Markdown before, GitHub's basic writing and formatting
guide
covers the syntax you will need.
How to Contribute
If you are comfortable with GitHub:
- Fork the CaRCC-AI-Facilitation-Handbook repository.
- Edit the relevant file(s) under
handbook/— either locally, or directly in the GitHub web editor. - Preview your changes locally with
mkdocs serve(see the README for setup), or use GitHub's built-in Markdown preview. - Open a pull request describing what you changed and why.
If you are less familiar with git/GitHub:
- Open a new issue describing your suggestion, correction, or addition. This requires a free GitHub account but no git experience.
When adding a citation, add the corresponding entry to
refs.bib
and reference it inline using the same mkdocs-bibtex citation syntax used
throughout the rest of the handbook.