pyo3/.github/pull_request_template.md

11 lines
498 B
Markdown
Raw Normal View History

2019-03-10 21:16:49 +00:00
Thank you for contributing to pyo3!
2020-08-02 00:09:52 +00:00
Please consider adding the following to your pull request:
2022-09-08 06:58:53 +00:00
- an entry for this PR in newsfragments - see [https://pyo3.rs/main/contributing.html#documenting-changes]
2020-08-02 00:09:52 +00:00
- docs to all new functions and / or detail in the guide
- tests for all new or changed functions
2019-03-10 21:16:49 +00:00
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).