diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd22410e0..0bf4d3aa6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,12 +43,15 @@ All icons are from the Material iconset, find new icons [here](https://fonts.goo We try to make Tusky as accessible as possible for as many people as possible. Please make sure that all touch targets are at least 48dpx48dp in size, Text has sufficient contrast and images or icons have a image description. See [this guide](https://developer.android.com/guide/topics/ui/accessibility/apps) for more information. ### Supported servers -Tusky is primarily a Mastodon client and aims to always support the newest Mastodon version. Other platforms implementing the Mastodon Api, e.g. Akkoma, GoToSocial or Pixelfed should also work with Tusky but no special effort is made to support their quirks or additional features. +Tusky is primarily a Mastodon client and aims to always support the newest Mastodon version. Other platforms implementing the Mastodon API, e.g. Akkoma, GoToSocial or Pixelfed should also work with Tusky, but no special effort is made to support their quirks or additional features. + +### Payment Policy +Our payment policy may be viewed [here](https://github.com/tuskyapp/Tusky/blob/develop/doc/PaymentPolicy.md). ## Troubleshooting / FAQ -- Tusky should be built with the newest version of Android Studio +- Tusky should be built with the newest version of Android Studio. - Tusky comes with two sets of build variants, "blue" and "green", which can be installed simultaneously and are distinguished by the colors of their icons. Green is intended for local development and testing, whereas blue is for releases. ## Resources -- [Mastodon Api documentation](https://docs.joinmastodon.org/api/) +- [Mastodon API documentation](https://docs.joinmastodon.org/api/)