diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-11 10:48:42 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-12 16:59:40 +0100 |
commit | fed5c23d21b75d9a4ee8ca8a6a3e398fae483b8b (patch) | |
tree | e1aae7a198f8bd721b49ed869def921e49ec8e8f | |
parent | 3be939795b3d98825562201f79481a2ceaee3272 (diff) |
readme bug reports
-rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |