1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

contrib: request screenshot upon UI change

This commit is contained in:
Michael Vetter 2022-05-02 09:59:08 +02:00
parent 20e6577114
commit 22064b3a28

View File

@ -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