pyo3/.github/pull_request_template.md

11 lines
418 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:
- an entry in CHANGELOG.md
- 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).