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