From d9b4f81ef55230df5bacf20fbad87affb46a2575 Mon Sep 17 00:00:00 2001 From: Uku Taht <uku.taht@gmail.com> Date: Mon, 20 Dec 2021 11:27:24 +0200 Subject: [PATCH] Add dark mode to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 097388bf..47ded27a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,3 +15,7 @@ Below you'll find a checklist. For each item on the list, check one option and d ### Documentation - [ ] [Docs](https://github.com/plausible/docs) have been updated - [ ] This change does not need a documentation update + +### Dark mode +- [ ] The UI has been tested both in dark and light mode +- [ ] This PR does not change the UI -- GitLab