-
Notifications
You must be signed in to change notification settings - Fork 249
Update the AUTHORSHIP and Maintainers' Guides to reflect co-author contributions #3904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
7c9ae66
0bbdf84
f658134
a77684e
3bb70ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -21,10 +21,10 @@ distributions. This is an optional process. | ||||||||||||||||
|
|
|||||||||||||||||
| ## Changelog for each release | |||||||||||||||||
|
|
|||||||||||||||||
| Every time we make a release, everyone who has made a commit to the repository since the | |||||||||||||||||
| previous release will be mentioned in the changelog entry. If their full name is | |||||||||||||||||
| available on GitHub, we will use it. Otherwise, we will use the GitHub handle. This is a | |||||||||||||||||
| way of saying "Thank you". | |||||||||||||||||
| Every time we make a release, everyone who has made a contribution (commits or PR | |||||||||||||||||
| reviews) to the repository since the previous release will be mentioned in the changelog. | |||||||||||||||||
| If their full name is available on GitHub, we will use it. Otherwise, we will use the | |||||||||||||||||
| GitHub handle. This is a way of saying "Thank you". | |||||||||||||||||
|
|
|||||||||||||||||
| ## Authorship on Zenodo archives of releases | |||||||||||||||||
|
|
|||||||||||||||||
|
|
@@ -38,10 +38,12 @@ the repository: | ||||||||||||||||
| 2. [ORCID](https://orcid.org) (optional) | |||||||||||||||||
| 3. Affiliation (if omitted, we will use "Unaffiliated") | |||||||||||||||||
|
|
|||||||||||||||||
| The order of authors will be defined by the number of commits to the repository | |||||||||||||||||
| (`git shortlog -sne`). The order can also be changed on a case-by-case basis. The most | |||||||||||||||||
| common reasons for case-by-case changes are contributions to the PyGMT project that due | |||||||||||||||||
| not relate to commit numbers, including developing PyGMT lessons such as the | |||||||||||||||||
| The order of authors will be defined by the number of contributions (including commits | |||||||||||||||||
| and PR reviews) to the repository | |||||||||||||||||
| (`git shortlog -sne --group=author --group=trailer:co-authored-by`). | |||||||||||||||||
| The order can also be changed on a case-by-case basis. The most common reasons for | |||||||||||||||||
| case-by-case changes are contributions to the PyGMT project that due not relate to | |||||||||||||||||
| commit numbers, including developing PyGMT lessons such as the | |||||||||||||||||
| [ROSES unit](https://www.youtube.com/watch?v=SSIGJEe0BIk), organizing workshops/sprints | |||||||||||||||||
| such as the [FOSS4G Workshop](https://github.com/GenericMappingTools/foss4g2019oceania), | |||||||||||||||||
| the 2020 and 2021 SciPy sprints, writing grants/proposals to support PyGMT, and team | |||||||||||||||||
|
seisman marked this conversation as resolved.
Outdated
|
|||||||||||||||||
|
|
@@ -78,6 +80,7 @@ To be included as an author on the paper, you *must* satisfy the following crite | ||||||||||||||||
| on the paper (even if it's just an "OK", but preferably more). | |||||||||||||||||
|
|
|||||||||||||||||
| The order of authors will be defined by the number of commits made since the previous | |||||||||||||||||
| major release that has an associated paper (`git shortlog vX.0.0...HEAD -sne`). The order | |||||||||||||||||
| of any author who hasn't made any commits will be decided by all authors. The order can | |||||||||||||||||
| also be changed on a case-by-case basis. | |||||||||||||||||
| major release that has an associated paper | |||||||||||||||||
| (`git shortlog vX.Y.Z..HEAD -sne --group=author --group=trailer:co-authored-by`). | |||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please note that we inconsistently used In the new version, I've changed them to
The three-dot version doens't work well for patch releases like
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Uhh, did not realize so far, that there are two and three dot versions 😅. |
|||||||||||||||||
| The order of any author who hasn't made any commits will be decided by all authors. The | |||||||||||||||||
| order can also be changed on a case-by-case basis. | |||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.