From 76dac425dfa33abce0372fcd4dc0c02e5bcddf18 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Thu, 10 Nov 2022 09:21:35 +0100 Subject: [PATCH] Create pull_request_template.md Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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 000000000..d6c4df071 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +### 🖼️ Screenshots + +🏚️ Before | 🏡 After +---|--- +B | A + + +### 🚧 TODO + +- [ ] ... + +### 🏁 Checklist + +- [ ] ⛑️ Tests (unit and/or integration) are included +- [ ] 📘 API documentation in `docs/` has been updated or is not required +- [ ] 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required +- [ ] 🔖 Capability is added or not needed