From 9cb8c24d22cc98b6abe690e6389479badc5c7aff Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 19 Jul 2021 17:03:43 +0200 Subject: [PATCH] doc: add CONTRIBUTING.md file pointing at NiBabel --- .github/workflows/CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/CONTRIBUTING.md diff --git a/.github/workflows/CONTRIBUTING.md b/.github/workflows/CONTRIBUTING.md new file mode 100644 index 00000000..6b70cdb3 --- /dev/null +++ b/.github/workflows/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Contributing to *NiTransforms* (a *NiBabel* feature-repo) + +Welcome to *NiBabel*, and the *NiTransforms* repository! +We're excited you're here and want to contribute. + +Please see the [NiBabel Developer Guidelines][link_devguide] on our +on our [documentation website][link_docs]. + +These guidelines are designed to make it as easy as possible to get involved. +If you have any questions that aren't discussed in our documentation, or it's +difficult to find what you're looking for, please let us know by opening an +[issue][link_issues]! + +[link_docs]: https://nipy.org/nibabel +[link_devguide]: https://nipy.org/nibabel/devel/devguide.html +[link_issues]: https://github.com/poldracklab/fmriprep/issues