Your contributions are always welcome!
Seriously, we'd love your help making this a useful resource.
- Open an issue pointing to the tool/metric/reference/etc you'd like added, or the correction you'd like made. We'll take care of the rest!
- Fork the repository.
- Make your additions to README_pandoc.md (VERY IMPORTANT).
- Update the bib file mri-qc.bib if necessary. Please remember to include a DOI.
- Don't worry about the
date-added
,date-modified
, andbdsk-*
fields. These are created by BibDesk.
- Don't worry about the
- Run
make
to compile README.md. You will need pandoc for this. - Commit your changes.
- Open a Pull Request.
- Make sure the PR title is in the format of
Add something-or-other
. - Tell us why you think we should include your addition. (Very likely we'll approve, but it helps our understanding.)
If you install the Pandoc Citer and Markdown All in One extensions and add these to your settings.json
{
"PandocCiter.DefaultBib": "mri-qc.bib",
"markdown.extension.toc.levels": "2..6"
}
it will help with auto-complete citations and automatic table of contents.