It'll be another week or two before our Discourse and new docs are ready, and signing up for Discourse seems to be the end of the world for some people, so I've replaced the discourse links with gists or links to our old docs.
43 lines
1.9 KiB
YAML
43 lines
1.9 KiB
YAML
---
|
|
name: 📝 Feature Request
|
|
description: Propose a new idea or feature
|
|
labels: ["1. request", "needs-triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> :warning: **Our issue tracker is not for how-to or configuration questions.** Please post those on [our Discord](https://doomemacs.org/discord) or [Discourse](https://discourse.doomemacs.org) instead.
|
|
|
|
**Before you proceed, to rule out the possibility that your request has already been made (or fulfilled), please follow these guidelines:**
|
|
|
|
+ [ ] Read the [contributing guidelines](https://git.doomemacs.org/docs/contributing.org).
|
|
+ [ ] Search [the issue tracker](https://github.com/hlissner/doom-emacs/issues?q=label%3A%221.+request%22+) for similar requests.
|
|
+ [ ] Search [the module list](https://git.doomemacs.org/docs/modules.org) in case my feature was already implemented.
|
|
+ [ ] The request hasn't been fulfilled on [the latest commit of Doom](https://github.com/hlissner/doom-emacs/commit).
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe your request
|
|
placeholder: |
|
|
I'd like Doom to incorporate the game, Doom Eternal, into Doom Emacs, [found here](https://store.steampowered.com/app/379720/DOOM/).
|
|
|
|
It replaces `M-x doctor` with a superior alternative: a distraction from your personal problems.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Briefly explain its use-case
|
|
description: |
|
|
A screencast is ideal, but a list of steps and effects showing off how it would work is acceptable.
|
|
placeholder: |
|
|
1. Install Linux
|
|
2. Install Emacs
|
|
3. Install Doom
|
|
4. Install Doom Eternal
|
|
5. Speed run Doom Eternal
|
|
6. Ponder why your wife left you
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Thank you for taking the time to fill out a feature request!**
|