From 06e9fc0795bea30e53e0508c41ae3cbc07f121a9 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 5 Jun 2024 14:35:11 +0200 Subject: [PATCH] dev: Remind developers to check changes in Firefox and Chrome --- .github/pull_request_template.md | 1 + CONTRIBUTING.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e5a7b57f..8c31c1a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,6 +19,7 @@ - [ ] permissions / authorizations are verified - [ ] interface works on both mobiles and big screens - [ ] interface works in both light and dark modes +- [ ] interface works on both Firefox and Chrome - [ ] accessibility has been tested - [ ] tests are up-to-date - [ ] locales are synchronized diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42eb303f..9ce12571 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,6 +96,14 @@ If you have used the colors as explained in [the `colors.light.css` file](/asset However, you should still manually check that it works in both modes. You can change the mode in the “Preferences” page of Bileto. +#### “Interface works on both Firefox and Chrome” + +We aim to make Bileto work well on all major browsers. +We strongly support Firefox and it +This is our standard web browser and we develop with it. +However, Chrome is the number one brower in terms of market share. +Please always try your changes with at least Firefox and Chrome (or Chromium, or at least a Webkit browser). + #### “Accessibility has been tested” We want Bileto to be as accessible as possible.