From e14beab7761e582f78f99ee0bb787653fdeb4efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 14 Nov 2022 14:35:11 +0100 Subject: [PATCH] Update pull_request_template.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Hรคrtl --- .github/pull_request_template.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c41a6dc89..37717d497 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,23 @@ +### ๐Ÿ“ Summary * Resolves: # -* Target version: master -### Summary + + +#### ๐Ÿ–ผ๏ธ Screenshots + +๐Ÿš๏ธ Before | ๐Ÿก After +---|--- +B | A +### ๐Ÿšง TODO + +- [ ] ... + +### ๐Ÿ Checklist + +- [ ] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`) +- [ ] [Sign-off message](https://probot.github.io/apps/dco/) is added to all commits +- [ ] [Tests](https://github.com/nextcloud/text#-testing-the-app) (unit, integration and/or end-to-end) passing and the changes are covered with tests +- [ ] Documentation ([README](https://github.com/nextcloud/text/blob/master/README.md) or [documentation](https://github.com/nextcloud/documentation/blob/master/admin_manual/configuration_server/text_configuration.rst#L2)) has been updated or is not required