Update issue/PR templates
This commit is contained in:
parent
6ff31408ec
commit
0b11184e2d
4 changed files with 39 additions and 33 deletions
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,28 +1,22 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: It'd be cool if Doom did/had/would...
|
||||
labels: is:request
|
||||
labels: is:new
|
||||
title: "[REQUEST] "
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Describe the feature**
|
||||
- What is your request?
|
||||
- How is it helpful?
|
||||
- How is it used?
|
||||
- If the feature involves new plugins, include links to them
|
||||
- If the feature involves replacement of current functionality, how the new
|
||||
functionality is better?
|
||||
- If the feature is implemented in another editor or Emacs distro:
|
||||
- Include screenshots or screencasts of it
|
||||
- Include links to its implementation
|
||||
- Include names of commands (and not just the keybinds to invoke them)
|
||||
- If the feature is implemented in another editor or Emacs distro, include:
|
||||
- Screenshots or screencasts of it
|
||||
- Links to its implementation
|
||||
- Names of relevant commands (and not only the keybinds to invoke them)
|
||||
|
||||
|
||||
**System information**
|
||||
<details><pre>
|
||||
Include the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` here.
|
||||
|
||||
It's possible Doom already has the feature you're requesting. This will tell me
|
||||
why you aren't seeing it.
|
||||
Place the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` here.
|
||||
</pre></details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue