Skip to content

Commit 00e02db

Browse files
committed
DOC: Improve the "Recognizing contributions" section
Improve the "Recognizing contributions" section: - Keep the mentions to the `.zenodo.json` and updating script file generic and provide specific examples. - Refer to the new `.maint/update_authors.py` script instead of the old `.maintenance/update_zenodo.py` script.
1 parent d6813cd commit 00e02db

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Diff for: docs/community/CONTRIBUTING.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,14 @@ myworkflow_rh_wf = init_workflow_wf(name='myworkflow_rh_wf')
289289

290290
We welcome and recognize all contributions regardless their size, content or scope:
291291
from documentation to testing and code development.
292-
You can see a list of current developers and contributors in our [zenodo file][link_zenodo].
293-
Before every release, a new [zenodo file][link_zenodo] will be generated.
294-
The [update script][link_update_script] will also sort creators and contributors by
295-
the relative size of their contributions, as provided by the `git-line-summary` utility
296-
distributed with the `git-extras` package.
292+
You can see a list of current developers and contributors in the `.zenodo.json` file
293+
of the corresponding repository. See [zenodo file][link_zenodo] for an example.
294+
Before every release, a new `.zenodo.json` will be generated through the
295+
`.maint/update_authors.py` script that dwells in the repository at issue.
296+
The script will also sort creators and contributors by the relative size of their
297+
contributions, as provided by the `git-line-summary` utility distributed with the
298+
`git-extras` package. See [update script][link_update_script] for
299+
ane example of the script.
297300
Last positions in both the *creators* and *contributors* list will be reserved to
298301
the project leaders.
299302
These special positions can be revised to add names by punctual request and revised for
@@ -373,7 +376,7 @@ You're awesome. :wave::smiley:
373376
[link_updateupstreamwiki]: https://help.github.com/articles/syncing-a-fork/
374377
[link_stemmrolemodels]: https://github.com/KirstieJane/STEMMRoleModels
375378
[link_zenodo]: https://github.com/nipreps/fmriprep/blob/master/.zenodo.json
376-
[link_update_script]: https://github.com/nipreps/fmriprep/blob/master/.maintenance/update_zenodo.py
379+
[link_update_script]: https://github.com/nipreps/fmriprep/blob/master/.maint/update_authors.py
377380
[link_devel]: https://fmriprep.readthedocs.io/en/latest/contributors.html
378381
[link_fmriprep]: http://fmriprep.org
379382
[link_bidsapps]: https://bids-apps.neuroimaging.io

0 commit comments

Comments
 (0)