From a8bd5cb95a568222ffac8240bd6505eaeea83b2d Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 1 Dec 2022 00:22:42 +0100 Subject: [PATCH] Add note/link to manual testing guide And remove wrongly copied one from Awesome Emoji Picker --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a1d922..324d1ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ For more information, see the whole [contributing doc](https://github.com/TinyWe See the **common guide** on how to [start coding](https://github.com/TinyWebEx/common/blob/master/CONTRIBUTING.md#coding) and what rules to follow. -**Attention:** For this add-on, you need to execute [`scripts/downloadEmojiImages.sh`](scripts/downloadEmojiImages.sh) to download the bundled emoji sheets if you use anything else than the "native emojis" ("emojis from your OS") in the settings of this add-on. The reason is just, that these big files are not bundled/distributed in this repo. +**Important note on manually testing:** Note this extension has an extensive manual **testing guide** [in the wiki](https://github.com/rugk/mastodon-simplified-federation/wiki/Testing). If you make bigger changes to the logic, please test it, so it stays compatible with all the systems, instances and parts of the _Fediverse_ this extension supports. In any case it should of course be tested before each release. ### Tests