Request users pastebin their M-x doom/info, etc
Also use our new doomemacs.org permalinks. See #4742
This commit is contained in:
parent
4192d87dcd
commit
4ed27f615e
3 changed files with 19 additions and 17 deletions
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -24,13 +24,14 @@ about: Doom might be misbehaving
|
||||||
- Include any warnings or errors logged to \*Messages\* (use `M-x
|
- Include any warnings or errors logged to \*Messages\* (use `M-x
|
||||||
view-echo-area-messages` to see it).
|
view-echo-area-messages` to see it).
|
||||||
|
|
||||||
<details><pre>
|
<!--
|
||||||
If an error message is involved include a backtrace of it.
|
If an error message is involved include a backtrace of it.
|
||||||
|
|
||||||
How to acquire a backtrace:
|
Post it on pastebin.com and paste the link here.
|
||||||
https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
|
|
||||||
</pre></details>
|
|
||||||
|
|
||||||
|
How to acquire a backtrace:
|
||||||
|
https://doomemacs.org/docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
|
||||||
|
-->
|
||||||
|
|
||||||
**Steps to reproduce:**
|
**Steps to reproduce:**
|
||||||
1. Select these example steps,
|
1. Select these example steps,
|
||||||
|
@ -38,11 +39,12 @@ https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#how
|
||||||
3. And replace them with precise steps to reproduce your issue.
|
3. And replace them with precise steps to reproduce your issue.
|
||||||
4. Include code samples and keybinds.
|
4. Include code samples and keybinds.
|
||||||
5. Please don't skimp on details.
|
5. Please don't skimp on details.
|
||||||
6. And remember to fill in "system information" below or this issue will be
|
6. Then fill in "system information" below or this issue will be immediately
|
||||||
immediately deleted.
|
deleted.
|
||||||
|
|
||||||
|
|
||||||
**System information:**
|
**System information:**
|
||||||
<details><pre>
|
<!--
|
||||||
Place the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` here.
|
Post the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` to
|
||||||
</pre></details>
|
pastebin.com and paste the link here.
|
||||||
|
<!--
|
||||||
|
|
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: It'd be cool if Doom did/had/would...
|
about: It'd be cool if Doom did/had/would...
|
||||||
labels: is:new
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the feature**
|
**Describe the feature**
|
||||||
|
@ -15,6 +14,7 @@ labels: is:new
|
||||||
|
|
||||||
|
|
||||||
**System information**
|
**System information**
|
||||||
<details><pre>
|
<!--
|
||||||
Place the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` here.
|
Post the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` to
|
||||||
</pre></details>
|
pastebin.com and paste the link here.
|
||||||
|
<!--
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/how_to.md
vendored
4
.github/ISSUE_TEMPLATE/how_to.md
vendored
|
@ -9,7 +9,7 @@ Please do not post usage/configuration questions on Doom's issue tracker.
|
||||||
They will be deleted without warning.
|
They will be deleted without warning.
|
||||||
|
|
||||||
Visit our Discord server to ask how-to and workflow questions:
|
Visit our Discord server to ask how-to and workflow questions:
|
||||||
https://discord.gg/qvGgnVx
|
https://doomemacs.org/discord
|
||||||
|
|
||||||
Or visit our FAQ:
|
Or visit our FAQ:
|
||||||
https://github.com/hlissner/doom-emacs/blob/develop/docs/faq.org
|
https://doomemacs.org/docs/faq.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue