From 3db894f76f6930f4c4111a84218e2a99f58dddf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:38:22 +0100 Subject: [PATCH] feat: add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..3724b45399b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ +## Description + + +## Motivation and Context + + +## How Has This Been Tested? + + + +- test environment: +- test case 1: +- test case 2: +- ... + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Database schema changes (next release will require increase of minor version instead of patch) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Technical debt +- [ ] Tests only (no source changes) + +## Checklist: + + +- [ ] Code changes +- [ ] Unit tests added +- [ ] Acceptance tests added +- [ ] Documentation ticket raised: +- [ ] Changelog item, see [TEMPLATE](https://github.com/owncloud/client/blob/master/changelog/TEMPLATE)