From fa1d4cc7f181247f5e1316669b256036de50171d Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Sat, 13 May 2017 12:42:13 -0700 Subject: [PATCH] Making zenodo instructions more prominent --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f985bd1101..34cf305a40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,5 @@ +# If you are new to the project don't forget to add your name and affiliation to the [`.zenodo.json`](.zenodo.json) file + ## Contributing pull-requests (PRs) * All work is submitted via Pull Requests. @@ -20,7 +22,6 @@ * adding more information about what may have caused the error. Raise a new exception using ``raise_from(NewException("message"), oldException)`` from ``future``. Do not log this, as it creates redundant/confusing logs. -* If you are new to the project don't forget to add your name and affiliation to the `.zenodo.json` file. ## Contributing issues