10.10 Handbook
This page explains how to contribute to the handbook.
How to suggest changes
- Navigate to the page you would like to change
- Click on “Help improve this page”, sign in, and the “Edit this file” button
- Add your changes in GitHub markdown
- Commit the changes to a new branch
- Assign the maintainer to review and merge your changes
Principles
- Checklists should be simple, structured, and actionable
- Add explicit links to the confidential data store (see example)
- Add links to other parts of the handbook or external resources to avoid replicating contents (e.g., to PDF forms that may be updated externally).
- If the page requires scrolling, add a table-of-content. Exclude second-level headings from TOC.
# Heading
{: .no_toc }
## Table of contents
{: .no_toc .text-delta }
- TOC
{:toc}
...
### Heading 3
{: .no_toc }
- We use the
resource
callout when resources (external to the handbook) are available. For examples, confidential data, such as grades and student identities, are not be stored in the handbook.
{: .resource }
> Confidential data is stored on the [Nextcloud](http://url.com){: target="_blank"}.
Confidential data is stored on the Nextcloud.
- Avoid renaming files or changing the structure of directories. If files need to be renamed, include a redirect in the header:
---
layout: default
title: ...
redirect_from:
- /docs/20-research/20_processes/20.30.pre-submission.html
---
Deployment
The handbook is hosted on GitHub pages. The deployment may take a few minutes. You can check the status at
How to copy the handbook
To create your own copy of the handbook, clone the repository.
More detailed instructions and best practices will be available shortly.