Add new Issue & PR templates
This commit is contained in:
parent
eb47568701
commit
9fc87049ab
10 changed files with 150 additions and 35 deletions
24
docs/ISSUE_TEMPLATE/feature_request.md
Normal file
24
docs/ISSUE_TEMPLATE/feature_request.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: "Feature Request"
|
||||
about: "Make suggestions for improving Doom Emacs"
|
||||
title: "[FEATURE] "
|
||||
labels: "is:request", "status:pending-review"
|
||||
---
|
||||
|
||||
**Describe the feature**
|
||||
Start with a one-or-two sentence summary of your suggestion or request.
|
||||
|
||||
Then follow with an expanded explanation. A few suggestions of what you could
|
||||
include here:
|
||||
|
||||
+ Why you think it would be helpful,
|
||||
+ Screenshots/casts of this feature in another editor or elsewhere,
|
||||
+ Links to any relevant packages.
|
||||
|
||||
**Relevant resources**
|
||||
Include links to relevant plugins, projects and/or websites.
|
||||
|
||||
**System information**
|
||||
Include the output of `M-x doom/info` or `~/.emacs.d/bin/doom info` here. It's
|
||||
possible that the feature you're requesting is already in Doom, but you haven't
|
||||
enabled it.
|
Loading…
Add table
Add a link
Reference in a new issue