From 22064b3a280a373e40654007f85ed622b6ccaa6f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 2 May 2022 09:59:08 +0200 Subject: [PATCH] contrib: request screenshot upon UI change --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48797559..91af6aad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,7 @@ And create your patch using the [`git-format-patch`](https://git-scm.com/docs/gi * If your patch adds a new theming option add this to the `theme_template` file. * Each patch or pull request should only contain related modifications. * Run the tests and code formatters before submitting (c.f. Chapter 'Check everything' of this README). +* When changing the UI it would be appreciated if you could add a before and after screenshot for comparison. ### Hints and Pitfalls