From aa91a88be77d8021351b91144a4ced9161eaf0d0 Mon Sep 17 00:00:00 2001 From: "r4bbit.eth" <445106+PascalPrecht@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:03:31 +0100 Subject: [PATCH] chore: add check for dark and light theme to PR template (#597) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e2e481a3..99d4b06f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,7 @@ - in case of new component, add new component page - in case of new features, add variation to existing component page - nice to have: add it to the demo application as well +- [ ] test changes in both light and dark theme? - [ ] is this a breaking change? - [ ] use the dedicated `BREAKING CHANGE` commit message section - [ ] resolve breaking changes in [status-desktop](https://github.com/status-im/status-desktop)