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

docs: fix contribution guidelines #850

Merged
merged 2 commits into from
Sep 10, 2024
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
13 changes: 8 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,18 @@ To just check for lint errors, run:

To run against a particular Python version:

nox --session tests-3.8
nox --session tests-3.9
nox --session tests-3.10
nox --session tests-3.11
nox --session tests-3.12
nox --session "tests(python='3.12', tox_version='latest')"
nox --session conda_tests
nox --session mamba_tests
nox --session micromamba_tests

When you send a pull request the CI will handle running everything, but it is
recommended to test as much as possible locally before pushing.

You can list all possible tests with:

nox --list-sessions

## Getting a sticker

If you've contributed to Nox, you can get a cute little Nox sticker. Reach out to Thea at [email protected] to request one.
Expand Down
Loading