From 7ba82190b5f1f7709b0b205ea61e4fe4292d7bde Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 24 Dec 2025 15:00:05 +0100 Subject: [PATCH] docs(pr): Add PR template Signed-off-by: Andy Scherzinger --- .github/pull_request_template.md | 9 +++++++++ .github/pull_request_template.md.license | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 .github/pull_request_template.md.license diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..be4023b06 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +### ๐Ÿ–ผ๏ธ Screenshots + +๐Ÿš๏ธ Before | ๐Ÿก After +---|--- +B | A + +### ๐Ÿ Checklist + +- [ ] ๐Ÿงช Tests written, or not not needed diff --git a/.github/pull_request_template.md.license b/.github/pull_request_template.md.license new file mode 100644 index 000000000..8cb977fac --- /dev/null +++ b/.github/pull_request_template.md.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: GPL-3.0-or-later