From 6bb675a3386d5d395edd4d4ca709b976b17203e8 Mon Sep 17 00:00:00 2001 From: geisserml Date: Mon, 3 Jun 2024 00:50:57 +0200 Subject: [PATCH] chore: slightly update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 881c9e8bf..a646120d9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,24 +7,22 @@ ## Checklist -- [ ] I have read and acknowledged the [response policy](https://github.com/pypdfium2-team/pypdfium2#contributions). - ### Helpers +
- [ ] This PR changes helpers code. - [ ] The change comes with sufficient test cases to confirm correct functionality. - [ ] Any new test files are under a suitable license and have been registered in `reuse/dep5`. -### Other - -- [ ] This PR changes other things, namely: ... +
### Setup +
- [ ] This PR changes setup code (`setupsrc/`, `setup.py` etc.). - [ ] I have read through relevant doc sections [Installation -> From source][1] and [Setup Magic][2]. @@ -37,3 +35,12 @@ [1]: https://github.com/pypdfium2-team/pypdfium2?tab=readme-ov-file#install-source [2]: https://github.com/pypdfium2-team/pypdfium2?tab=readme-ov-file#setup-magic [3]: https://github.com/pypdfium2-team/pypdfium2?tab=readme-ov-file#install-source-caller + +
+ +### Other +
+ +- [ ] This PR changes other things, namely: ... + +