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