From 54cf152130fe7829740a20780533ca2c8d957135 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 9 Apr 2023 21:25:28 +0200 Subject: [PATCH] contributing: add note about testing --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1b60b7e..baf999df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,6 +52,7 @@ We will then pull from your repository and merge manually. * 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. * Squash fixup commits into one +* If applicable, document how to test the functionality ## Hints and Pitfalls