Add/Fix doom/{discourse,issue-tracker,report-bug}

Updated their URLs
This commit is contained in:
Henrik Lissner 2021-05-20 21:09:32 -04:00
parent ef7113d6c4
commit fe9d45bcf5
2 changed files with 22 additions and 15 deletions

View file

@ -328,21 +328,6 @@ Some items are not supported by the `nsm.el' module."
;;
;;; Reporting bugs
;;;###autoload
(defun doom/issue-tracker ()
"Open Doom Emacs' issue tracker on Discourse."
(interactive)
(browse-url "https://discourse.doomemacs.org/c/support"))
;;;###autoload
(defun doom/report-bug ()
"Open the browser on our Discourse.
If called when a backtrace buffer is present, it and the output of `doom-info'
will be automatically appended to the result."
(interactive)
(browse-url "https://discourse.doomemacs.org/how2report"))
;;;###autoload
(defun doom/copy-buffer-contents (buffer-name)
"Copy the contents of BUFFER-NAME to your clipboard."

View file

@ -173,6 +173,28 @@ selection of all minor-modes, active or not."
(interactive)
(browse-url "https://doomemacs.org"))
;;;###autoload
(defun doom/issue-tracker ()
"Open Doom Emacs' issue tracker on Discourse."
(interactive)
(browse-url "https://github.com/hlissner/doom-emacs/issues"))
;;;###autoload
(defun doom/report-bug ()
"Open the browser on our Discourse.
If called when a backtrace buffer is present, it and the output of `doom-info'
will be automatically appended to the result."
(interactive)
;; TODO Upload doom/info to pastebin and append to querystring
(browse-url "https://github.com/hlissner/doom-emacs/issues/new?labels=1.+bug%2C2.+status%3Aunread&template=bug_report.yml"))
;;;###autoload
(defun doom/discourse ()
"Open Doom Emacs' issue tracker on Discourse."
(interactive)
(browse-url "https://discourse.doomemacs.org"))
;;;###autoload
(defun doom/help ()
"Open Doom's user manual."