Skip to content

Commit a4eec49

Browse files
authored
Move MAINTENANCE.md to documentation (#1185)
1 parent d566ba6 commit a4eec49

File tree

3 files changed

+10
-23
lines changed

3 files changed

+10
-23
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ exclude .gitignore
77
exclude .pylintrc
88
exclude AUTHORSHIP.md
99
exclude CONTRIBUTING.md
10-
exclude MAINTENANCE.md
1110
exclude Makefile
1211
exclude environment.yml
1312
exclude package.json

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
:caption: Reference documentation
5050

5151
api/index.rst
52-
changes.rst
52+
changes.md
53+
maintenance.md

MAINTENANCE.md renamed to doc/maintenance.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,17 @@ This page contains instructions for project maintainers about how our setup work
44
making releases, creating packages, etc.
55

66
If you want to make a contribution to the project, see the
7-
[Contributing Guide](CONTRIBUTING.md) instead.
8-
9-
## Table of Contents
10-
* [Onboarding Access Checklist](#onboarding-access-checklist)
11-
* [Branches](#branches)
12-
* [Reviewing and Merging Pull Requests](#reviewing-and-merging-pull-requests)
13-
* [Continuous Integration](#continuous-integration)
14-
* [Continuous Documentation](#continuous-documentation)
15-
* [Dependencies Policy](#dependencies-policy)
16-
* [Making a Release](#making-a-release)
17-
- [Updating the Changelog](#updating-the-changelog)
18-
- [Check the README Syntax](#check-the-readme-syntax)
19-
- [Pushing to PyPI and Updating the Documentation](#pushing-to-pypi-and-updating-the-documentation)
20-
- [Archiving on Zenodo](#archiving-on-zenodo)
21-
- [Updating the Conda Package](#updating-the-conda-package)
7+
[Contributing Guide](https://github.com/GenericMappingTools/pygmt/blob/master/CONTRIBUTING.md)
8+
instead.
229

2310
## Onboarding Access Checklist
2411

25-
- [ ] 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)
26-
- [ ] Added as collaborator on [DAGsHub](https://dagshub.com/GenericMappingTools/pygmt/settings/collaboration) (gives 'write' permission to dvc remote storage)
27-
- [ ] Added as moderator on [GMT forum](https://forum.generic-mapping-tools.org) (to see mod-only discussions)
28-
- [ ] Added as member on the [PyGMT devs Slack channel](https://pygmtdevs.slack.com) (for casual conversations)
29-
- [ ] Added as maintainer on [PyPI](https://pypi.org/project/pygmt/) and [Test PyPI](https://test.pypi.org/project/pygmt) [optional]
30-
- [ ] Added as member on [HackMD](https://hackmd.io/@pygmt) [optional]
12+
- 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)
13+
- Added as collaborator on [DAGsHub](https://dagshub.com/GenericMappingTools/pygmt/settings/collaboration) (gives 'write' permission to dvc remote storage)
14+
- Added as moderator on [GMT forum](https://forum.generic-mapping-tools.org) (to see mod-only discussions)
15+
- Added as member on the [PyGMT devs Slack channel](https://pygmtdevs.slack.com) (for casual conversations)
16+
- Added as maintainer on [PyPI](https://pypi.org/project/pygmt/) and [Test PyPI](https://test.pypi.org/project/pygmt) [optional]
17+
- Added as member on [HackMD](https://hackmd.io/@pygmt) [optional]
3118

3219
## Branches
3320

0 commit comments

Comments
 (0)