commit 3266428b62d75c95732b0f1188c64a498d8c176f (patch)
parent ee0c0786e3c33fc05ef1b9e6f86d682418a22db2
Author: Alex Karle <alex@karle.co>
Date: Sat, 30 May 2020 13:58:13 -0400
index: Add Known Issues section, with link to bug-tracker
We want to encourage people to report issues/enhancements to the bug
tracker, but also need to list out a few known issues/limitations so
that users don't overreport / get confused.
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/public/index.html b/public/index.html
@@ -98,5 +98,23 @@
<a href="mailto:~akarle/public-inbox@lists.sr.ht">Alex's public inbox</a>.
</p>
+ <h3>Known Issues</h3>
+
+ <p>
+ Since this <i>is</i> a work in progress, there a few things that aren't
+ working as they should yet. Note that we plan to fix each of these soon.
+ </p>
+
+ <p>A short list of noticeable limitations is:</p>
+
+ <ul>
+ <li>Password protected tables currently can be created, not joined</li>
+ <li>Players don't currently have a view of who's spectating</li>
+ </ul>
+
+ <p>
+ If you find any other issues, don't hesitate to
+ <a href="https://todo.sr.ht/~akarle/euchre-live">report them</a>.
+ </p>
</body>
</html>