You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ and follow the [guidelines](https://jazzband.co/about/guidelines).
8
8
9
9
Here are a few additional or emphasized guidelines to follow when contributing to `pip-tools`:
10
10
11
-
- If you need to have a virtualenv outside of `tox`, it is possible to reuse its configuration to provision it as [described in the docs](https://tox.readthedocs.io/en/latest/example/devenv.html#creating-development-environments-using-the-devenv-option).
11
+
- If you need to have a virtualenv outside of `tox`, it is possible to reuse its configuration to provision it with [tox devenv](<https://tox.wiki/en/latest/cli_interface.html#tox-devenv-(d)>).
12
12
- Always provide tests for your changes and run `tox -p all` to make sure they are passing the checks locally.
13
13
- Give a clear one-line description in the PR (that the maintainers can add to [CHANGELOG] afterwards).
14
14
- Wait for the review of at least one other contributor before merging (even if you're a Jazzband member).
0 commit comments