diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-09 21:25:28 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-04-09 21:25:28 +0200 |
commit | 54cf152130fe7829740a20780533ca2c8d957135 (patch) | |
tree | 4f32508b5fe11004ad78ea949b85e53b2744cd66 | |
parent | 64cb52bef5f5645db381444174e03befe217453a (diff) | |
download | profani-tty-54cf152130fe7829740a20780533ca2c8d957135.tar.gz |
contributing: add note about testing
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |