From 7ecfe963a2f5e974109668dfdb3908836c974628 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Wed, 14 Aug 2024 15:48:00 +0200 Subject: [PATCH] chore: update PR template - long commit descriptions are not blended with first line of template anymore - Checkboxes for different clients are separated now Signed-off-by: Maksim Sukharev --- .github/pull_request_template.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f6b16d973c3..773e683bfc0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,4 @@ + ### ☑️ Resolves * Fix #… @@ -30,8 +31,12 @@ Screenshot before | Screenshot after ### 🏁 Checklist -- [ ] 🌏 Tested with Chrome, Firefox and Safari or should not be risky to browser differences -- [ ] 🖥️ Tested with Desktop client or should not be risky for it +- [ ] 🌏 Tested with different browsers / clients: + - [ ] Chromium (Chrome / Edge / Opera / Brave) + - [ ] Firefox + - [ ] Safari + - [ ] Talk Desktop + - [ ] Not risky to browser differences / client - [ ] 🖌️ Design was reviewed, approved or inspired by the design team - [ ] ⛑️ Tests are included or not possible - [ ] 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required