From 61f0a1caba9a0414d3a90e103796be910999dc07 Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Tue, 29 Dec 2020 14:29:58 +0000 Subject: [PATCH 1/4] Add MAINTAINER_CHECKLIST.md --- MAINTAINER_CHECKLIST.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MAINTAINER_CHECKLIST.md diff --git a/MAINTAINER_CHECKLIST.md b/MAINTAINER_CHECKLIST.md new file mode 100644 index 00000000000..2d11f151bb8 --- /dev/null +++ b/MAINTAINER_CHECKLIST.md @@ -0,0 +1,17 @@ +# Maintainer Checklist + +:tada: **Welcome to the maintainer team!** :tada: + +## Knowledge + +Here is a list of things to familiarize yourself with: +(list to follow) + + +## Accesses + +### Python-Maintainers +Get added to the python-maintainers team on GitHub + +### Generic Mapping Tools organization +Get added to the GenericMappingTools organization on GitHub \ No newline at end of file From 7e08aa4f6aaf6e80c48dbd4bd8e350d819913aec Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Thu, 31 Dec 2020 11:15:27 +0000 Subject: [PATCH 2/4] Moved content of MAINTAINER_CHECKLIST.md to MAINTENANCE.md --- MAINTAINER_CHECKLIST.md | 17 ----------------- MAINTENANCE.md | 7 +++++++ 2 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 MAINTAINER_CHECKLIST.md diff --git a/MAINTAINER_CHECKLIST.md b/MAINTAINER_CHECKLIST.md deleted file mode 100644 index 2d11f151bb8..00000000000 --- a/MAINTAINER_CHECKLIST.md +++ /dev/null @@ -1,17 +0,0 @@ -# Maintainer Checklist - -:tada: **Welcome to the maintainer team!** :tada: - -## Knowledge - -Here is a list of things to familiarize yourself with: -(list to follow) - - -## Accesses - -### Python-Maintainers -Get added to the python-maintainers team on GitHub - -### Generic Mapping Tools organization -Get added to the GenericMappingTools organization on GitHub \ No newline at end of file diff --git a/MAINTENANCE.md b/MAINTENANCE.md index af80e4bc82c..929bc1033d4 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -6,6 +6,13 @@ making releases, creating packages, etc. If you want to make a contribution to the project, see the [Contributing Guide](CONTRIBUTING.md) instead. +## Onboarding Access Checklist + +### Python-Maintainers +Get added to the python-maintainers team on GitHub + +### Generic Mapping Tools organization +Get added to the GenericMappingTools organization on GitHub ## Branches From a96614577f11b3d2a29df0d81b3423ac78547b91 Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Wed, 3 Feb 2021 21:55:54 +0000 Subject: [PATCH 3/4] Update MAINTENANCE.md Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- MAINTENANCE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 929bc1033d4..4ad2ab5a3a1 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -8,11 +8,10 @@ If you want to make a contribution to the project, see the ## Onboarding Access Checklist -### Python-Maintainers -Get added to the python-maintainers team on GitHub - -### Generic Mapping Tools organization -Get added to the GenericMappingTools organization on GitHub +- [ ] Added to [python-maintainers](https://github.com/orgs/GenericMappingTools/teams/python-maintainers) team in the [GenericMappingTools](https://github.com/orgs/GenericMappingTools/teams/) organization on GitHub (gives 'maintain' permissions) +- [ ] Added as moderator on [GMT forum](https://forum.generic-mapping-tools.org) (to see mod-only discussions) +- [ ] Added as member on the [PyGMT devs Slack channel](https://pygmtdevs.slack.com) (for casual conversations) +- [ ] Added as maintainer on [PyPI](https://pypi.org/project/pygmt/) and [Test PyPI](https://test.pypi.org/project/pygmt) (needed for handling releases) ## Branches From 7b86389957678507bb287272b038c30bcf294197 Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Mon, 1 Mar 2021 17:14:56 +0000 Subject: [PATCH 4/4] Update MAINTENANCE.md Co-authored-by: Dongdong Tian --- MAINTENANCE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 8e28652f311..a1a9740b38f 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -11,7 +11,8 @@ If you want to make a contribution to the project, see the - [ ] Added to [python-maintainers](https://github.com/orgs/GenericMappingTools/teams/python-maintainers) team in the [GenericMappingTools](https://github.com/orgs/GenericMappingTools/teams/) organization on GitHub (gives 'maintain' permissions) - [ ] Added as moderator on [GMT forum](https://forum.generic-mapping-tools.org) (to see mod-only discussions) - [ ] Added as member on the [PyGMT devs Slack channel](https://pygmtdevs.slack.com) (for casual conversations) -- [ ] Added as maintainer on [PyPI](https://pypi.org/project/pygmt/) and [Test PyPI](https://test.pypi.org/project/pygmt) (needed for handling releases) +- [ ] Added as maintainer on [PyPI](https://pypi.org/project/pygmt/) and [Test PyPI](https://test.pypi.org/project/pygmt) [optional] +- [ ] Added as member on [HackMD](https://hackmd.io/@pygmt) [optional] ## Branches