11 lines
498 B
Markdown
11 lines
498 B
Markdown
Thank you for contributing to pyo3!
|
|
|
|
Please consider adding the following to your pull request:
|
|
- an entry for this PR in newsfragments - see [https://pyo3.rs/main/contributing.html#documenting-changes]
|
|
- docs to all new functions and / or detail in the guide
|
|
- 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).
|