Merge pull request #3274 from PyO3/fix-pr-template

Our PR template still referenced the removed xtask infrastructure.
This commit is contained in:
Adam Reichold 2023-06-25 20:28:29 +00:00 committed by GitHub
commit 7425206251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ Please consider adding the following to your pull request:
- tests for all new or changed functions
PyO3's CI pipeline will check your pull request. To run its tests
locally, you can run ```cargo xtask ci```. See its documentation
[here](https://github.com/PyO3/pyo3/tree/main/xtask#readme).
locally, you can run ```nox```. See ```nox --list-sessions```
for a list of supported actions.