Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down