pyo3/.github/pull_request_template.md

14 lines
708 B
Markdown
Raw Normal View History

Thank you for contributing to PyO3!
2023-08-15 21:56:07 +00:00
By submitting these contributions you agree for them to be dual-licensed under PyO3's [MIT OR Apache-2.0 license](https://github.com/PyO3/pyo3#license).
2019-03-10 21:16:49 +00:00
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]
2023-09-21 20:38:07 +00:00
- or start the PR title with `docs:` if this is a docs-only change to skip the check
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 ```nox```. See ```nox --list-sessions```
for a list of supported actions.