Contribute Tutorials#
We welcome tutorials that walk users through using tools or workflows available in Neurodesk. These tutorials are valuable learning resources that support accessible, reproducible neuroimaging.
Overview#
Tutorials are written in Markdown and hosted in the
neurodeskedu:tutorials
repository, where they appear as part of the documentation site.
Getting Started#
To contribute a new tutorial, follow the steps below:
1. Start from the template#
Download the Markdown template file from GitHub and edit it locally with your own content.
The template includes:
A frontmatter block with
title,linkTitle,description, and other metadataA placeholder author attribution block
Section headings and content structure for a clear tutorial layout
2. Follow best practices#
Use clear, descriptive section headers
Include step-by-step instructions with commands and screenshots
Store images in the appropriate
/static/folder and link them with full pathsWrite in plain Markdown, using Hugo formatting where needed
See existing tutorials for reference.
Saving and Submitting#
Follow the steps for contributing content to NeurodeskEDU
/books/tutorials/
Store any images in a matching subfolder in
/static/tutorials/Open a pull request in the
neurodeskedu repositoryIn your pull request, include:
A short summary of your tutorial
Your name and GitHub handle (if you’d like to be credited)
Attribution#
All tutorial contributors are acknowledged on the
Contributors page
.
To be listed, include your name and a short description in your pull request using
this format
.
Need Help?#
If you have questions or would like feedback before submitting:
Open a discussion
We appreciate your contribution to the Neurodesk community and reproducible science.