New open-bug-report & open-vanilla-sandbox commands
This commit is contained in:
parent
7b8917ed42
commit
f80be3682b
4 changed files with 162 additions and 16 deletions
29
core/templates/BUG_REPORT
Normal file
29
core/templates/BUG_REPORT
Normal file
|
@ -0,0 +1,29 @@
|
|||
Please read through the following before you submit your issue.
|
||||
|
||||
+ [ ] Running `make` (then restarting Emacs) did not fix my issue
|
||||
+ [ ] If I have byte-compiled, I've tried recompiling with `make compile`
|
||||
+ [ ] If I changed the version of Emacs installed, I've recompiled by plugins
|
||||
with `make compile-elpa`
|
||||
+ [ ] I ran `make doctor` and it produced no leads
|
||||
+ [ ] My issue cannot be found [on the wiki](/docs/troubleshoot.org)
|
||||
+ [ ] I filled out the four fields in the template below
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
### Observed behavior
|
||||
|
||||
<!-- What happened -->
|
||||
|
||||
### Expected behavior
|
||||
|
||||
<!-- What *should* have happened -->
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
<!-- Tell us how to reproduce the issue in steps -->
|
||||
|
||||
### Extra details
|
||||
|
||||
<!-- Include backtraces & screenshots if possible -->
|
||||
|
||||
-------------------------------------------------------------------
|
7
core/templates/VANILLA_SANDBOX
Normal file
7
core/templates/VANILLA_SANDBOX
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; Welcome to the vanilla sanbox!
|
||||
;;
|
||||
;; This is a test bed for Emacs Lisp to be run in a blank instance of Emacs
|
||||
;; (free of Doom's clutches). This is equivalent to using emacs -Q with
|
||||
;; package.el initialized and nothing else (so you have access to installed
|
||||
;; plugins).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue