summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-05-04 11:36:20 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-04 11:36:20 +0200
commitd2b7c89d24461c544c9eb4eb5ec5ed693b9e991b (patch)
treec484cfc1be720a325a5a97f6daf064c4f6e5dc23 /docs/index.md
parent[documentation] put single-quotes around passwords in install docs (#534) (diff)
downloadgotosocial-d2b7c89d24461c544c9eb4eb5ec5ed693b9e991b.tar.xz
[documentation] Add known issues + project links in readme and docs (#541)
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index efbe2a630..bad0e1f95 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -30,6 +30,18 @@ This project sprang up in 2021 out of a dissatisfaction with the safety + privac
It began as a solo project, and then picked up steam as more developers became interested and jumped on.
+## Known Issues
+
+Since GoToSocial is still in alpha, there are plenty of bugs. We use Github issues to track these. [Check them out here](https://github.com/superseriousbusiness/gotosocial/issues?q=is%3Aissue+is%3Aopen+label%3Abug).
+
+### Client App Issues
+
+GoToSocial works great with Tusky and Pinafore, but some other client applications still need work or have issues connecting to GoToSocial. We're tracking them [right here](https://github.com/superseriousbusiness/gotosocial/projects/5). It's our goal to make any app that's compatible with the Mastodon API work seamlessly with GoToSocial.
+
+### Federation Issues
+
+Since every ActivityPub server implementation has a slightly different interpretation of the protocol, some servers don't quite federate properly with GoToSocial yet. We're tracking these issues [in this project](https://github.com/superseriousbusiness/gotosocial/projects/4). Eventually we want to make sure that any implementation that can federate nicely with Mastodon should also be able to federate with GoToSocial.
+
## Contributing
You wanna contribute to GtS? Great! ❤️❤️❤️ Check out the issues page to see if there's anything you wanna jump in on, and read the CONTRIBUTING.md file on the repository for guidelines and setting up your dev environment.