aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.org b/README.org
index 048804d..a285e81 100644
--- a/README.org
+++ b/README.org
@@ -309,6 +309,14 @@ The better option is to look at the code and seeing how you can implement the fe
PRs, issues, feature requests, and general feedback are very welcome!
+*** Bugs
+
+1. =mastodon.el= has bugs, as well as lots of room for improvement.
+2. I receive very little feedback, so if I don't run into the bug it often doesn't get fixed.
+3. If you run into something that seems broken, first try running =mastodon.el= in emacs with no init file (i.e. =emacs -q= (instructions and code for doing this are [[https://codeberg.org/martianh/mastodon.el/issues/300][here]]) to see if it also happens independently of your own config (it probably does).
+4. Enable debug on error (=toggle-debug-on-error=), make the bug happen again, and copy the backtrace that appears.
+5. Open an issue here and explain what is going on.
+
*** Features
1. Create an [[https://codeberg.org/martianh/mastodon.el/issues][issue]] detailing the feature you'd like to add.