Variable: cider-report-bug-url
cider-report-bug-url is a variable defined in cider-util.el.
Value
"https://github.com/clojure-emacs/cider/issues/new"
Documentation
The URL to report a CIDER issue.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-util.el
(defconst cider-report-bug-url "https://github.com/clojure-emacs/cider/issues/new"
"The URL to report a CIDER issue.")