Please tell me how I could improve my bug reports.

Btw I was using Firefox with uBlock Origin and Cozy Pass.

EDIT : I don’t think this bug would be platform-specific, but I’m using Linux Mint with Cinnamon. I’m running Firefox mint-001 120.0.1.

+ -

2/3

(defun microblog ()
"Microbloguer avec toot(1) et twtxt !"
(interactive)
(let ((message (read-from-minibuffer "Message : ")))
(shell-command
(concat "sh ~/.emacs.d/microblog/microblog.sh "
(shell-quote-argument message)
))))

+ -
+ -

Second bug report: I tried to insert both code snippets in the same post but I couldn’t add anything after the code part in the first post. There wasn’t any newline after this portion. I’d like to maybe have a newline automatically inserted after a code block, if there’s none, when cycling with tab ?

+ -
+ -

Please tell me how I could improve my bug reports.

Btw I was using Firefox with uBlock Origin and Cozy Pass.

EDIT : I don’t think this bug would be platform-specific, but I’m using Linux Mint with Cinnamon. I’m running Firefox mint-001 120.0.1.