From bf46c67db150f0657b791d94e6699321c9985f57 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sun, 12 Feb 2023 14:43:31 +0100 Subject: [PATCH] chore(github): add default pull request template --- .../pull_request_template.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 000000000..465fcb358 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,23 @@ + + +## Changes + + + +### Documentation and testing + +Please consider whether this PR needs documentation and tests. **This is not required**, but highly appreciated: + +- [ ] Documentation in the matching [docs section](https://github.com/python-gitlab/python-gitlab/tree/main/docs) +- [ ] [Unit tests](https://github.com/python-gitlab/python-gitlab/tree/main/tests/unit) and/or [functional tests](https://github.com/python-gitlab/python-gitlab/tree/main/tests/functional) + +