Skip to content
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

Add a GMT team page and update contributor recognition model #5589

Merged
merged 6 commits into from
Aug 6, 2021

Conversation

maxrjones
Copy link
Member

@maxrjones maxrjones commented Aug 4, 2021

Description of proposed changes

This PR makes four changes to the GMT documentation:

  1. Add a GMT Team page that contains a Distinguished Contributors section which can be used to recognize people's efforts. This is largely based on the project Jupyter distinguished contributors model and the NumPy team page. Suggestions are welcome for the recognition model, in which new distinguished contributors are decided upon by the people listed on the page annually.
  2. Change AUTHORS.md to THANKS.md to better reflect the updated contents.
  3. Move pages that are in the Developer Resources toctree to the devdocs folder and updates links accordingly.
  4. Rename Developer Documentation page to GMT Enhancement Proposals to provide more descriptive information about the contents.

If this is approved, we should change the redirect for https://www.generic-mapping-tools.org/team from https://github.com/GenericMappingTools/gmt/blob/master/AUTHORS.md.

Fixes #2330
Fixes #5567

Reminders

  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

@maxrjones
Copy link
Member Author

maxrjones commented Aug 4, 2021

@seisman
Copy link
Member

seisman commented Aug 4, 2021

For the "Distinguished Contributors" (or Team Members in AUTHORS.md), is it better to sort people by the time they joined the team? I'm a little overwhelmed as I'm currently listed as the first one.

@maxrjones
Copy link
Member Author

For the "Distinguished Contributors" (or Team Members in AUTHORS.md), is it better to sort people by the time they joined the team? I'm a little overwhelmed as I'm currently listed as the first one.

I can change this to sorted by time 😄 I just went by alphabetical out of habit.

@maxrjones
Copy link
Member Author

For the "Distinguished Contributors" (or Team Members in AUTHORS.md), is it better to sort people by the time they joined the team? I'm a little overwhelmed as I'm currently listed as the first one.

Done now, thanks for the recommendation.

Copy link
Member

@PaulWessel PaulWessel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this may make me update the GitHug pix...

@maxrjones maxrjones added add-changelog Add PR to the changelog documentation Improve documentation labels Aug 6, 2021
@maxrjones
Copy link
Member Author

@seisman, do you know how I could set the redirect link for https://www.generic-mapping-tools.org/team.html to go to the new page after merging?

@seisman
Copy link
Member

seisman commented Aug 6, 2021

You need to change the URL in this file:
https://github.com/GenericMappingTools/website/blob/master/team.html

@maxrjones
Copy link
Member Author

You need to change the URL in this file:
https://github.com/GenericMappingTools/website/blob/master/team.html

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-changelog Add PR to the changelog documentation Improve documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Meghan to AUTHORS.md Give credits to contributors by adding them to AUTHORS.md
3 participants