Skip to content

Updated references to repo from governance to handbook #124

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GitHub organization](https://github.com/pyopensci).

## High-level guidelines

1. Anyone contributing to pyOpenSci must follow our [organization-wide code of conduct](https://www.pyopensci.org/governance/CODE_OF_CONDUCT.html).
1. Anyone contributing to pyOpenSci must follow our [organization-wide code of conduct](https://www.pyopensci.org/handbook/CODE_OF_CONDUCT.html).
2. Please open an issue before submitting a pull request with new or revised content. Issues will allow us to discuss the changes with you before submitting them. Submitting an issue first will expedite the speed at which your pull request is merged.

- In some instances, if your pull request is a simple fix of a link or typo, we may accept it without an issue being opened.
Expand Down Expand Up @@ -67,7 +67,7 @@ in the `CONTRIBUTING.md` file for that specific repository.

### Development guide our guidebooks

This repo (governance), our peer review guide and python packaging guidebook are built using the `pydata_sphinx_theme`. We have created builds
This repo (handbook), our peer review guide and python packaging guidebook are built using the `pydata_sphinx_theme`. We have created builds
for those repositories using `nox`.

If you wish to contribute by working on the guide book locally, you
Expand Down