Add/Fix doom/{discourse,issue-tracker,report-bug}
Updated their URLs
This commit is contained in:
parent
ef7113d6c4
commit
fe9d45bcf5
2 changed files with 22 additions and 15 deletions
|
@ -328,21 +328,6 @@ Some items are not supported by the `nsm.el' module."
|
||||||
;;
|
;;
|
||||||
;;; Reporting bugs
|
;;; 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
|
;;;###autoload
|
||||||
(defun doom/copy-buffer-contents (buffer-name)
|
(defun doom/copy-buffer-contents (buffer-name)
|
||||||
"Copy the contents of BUFFER-NAME to your clipboard."
|
"Copy the contents of BUFFER-NAME to your clipboard."
|
||||||
|
|
|
@ -173,6 +173,28 @@ selection of all minor-modes, active or not."
|
||||||
(interactive)
|
(interactive)
|
||||||
(browse-url "https://doomemacs.org"))
|
(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
|
;;;###autoload
|
||||||
(defun doom/help ()
|
(defun doom/help ()
|
||||||
"Open Doom's user manual."
|
"Open Doom's user manual."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue