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

Added: Table of Contents #1001

Merged
merged 1 commit into from
Mar 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ making releases, creating packages, etc.
If you want to make a contribution to the project, see the
[Contributing Guide](CONTRIBUTING.md) instead.

## Table of Contents
* [Onboarding Access Checklist](#onboarding-access-checklist)
* [Branches](#branches)
* [Reviewing and Merging Pull Requests](#reviewing-and-merging-pull-requests)
* [Continuous Integration](#continuous-integration)
- [Github Actions](#github-actions)
* [Continuous Documentation](#continuous-documentation)
* [Making a Release](#making-a-release)
- [Updating the Changelog](#updating-the-changelog)
- [Check the README Syntax](#check-the-readme-syntax)
- [Pushing to PyPI and Updating the Documentation](#pushing-to-pypi-and-updating-the-documentation)
- [Archiving on Zenodo](#archiving-on-zenodo)
- [Updating the Conda Package](#updating-the-conda-package)

## Onboarding Access Checklist

- [ ] 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)
Expand Down