Fix issue/PR templates & add sponsor button
Referenced in #1554, #1532, #1051
This commit is contained in:
parent
3423ecc3d3
commit
ead07dea83
14 changed files with 128 additions and 111 deletions
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: "Feature Request"
|
||||
about: "Make suggestions for improving Doom Emacs"
|
||||
title: "[FEATURE] "
|
||||
labels: "is:request", "status:pending-review"
|
||||
---
|
||||
|
||||
**Describe the feature**
|
||||
Summarize your suggestion or request.
|
||||
|
||||
Include why it would be helpful and what type of user it would benefit most.
|
||||
|
||||
If this feature is implemented in another editor or Emacs distro, please include
|
||||
screenshots or screencasts of it. If possible, include the names of the relevant
|
||||
commands and not just the keybinds to invoke them. Links to their implementation
|
||||
in source code would tremendously speed up processing of this request.
|
||||
|
||||
|
||||
**System information**
|
||||
<details><pre>
|
||||
Include 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