dev: update links in issue templates
Our Discourse is now public.
This commit is contained in:
parent
04b76fd0ce
commit
b688df5c3e
5 changed files with 17 additions and 18 deletions
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -8,15 +8,16 @@ body:
|
||||||
value: |
|
value: |
|
||||||
> :warning: **Our issue tracker is for bug reports and feature requests,
|
> :warning: **Our issue tracker is for bug reports and feature requests,
|
||||||
> not configuration questions or requests for help.** Use [our
|
> not configuration questions or requests for help.** Use [our
|
||||||
> Discord](https://doomemacs.org/discord) for those instead.
|
> Discord](https://doomemacs.org/discord) or [our
|
||||||
|
> Discourse](https://discourse.doomemacs.org) for those instead.
|
||||||
|
|
||||||
**Before you proceed, please ensure your issue:**
|
**Before you proceed, please ensure your issue:**
|
||||||
|
|
||||||
- Wasn't already reported on [our issue tracker](https://github.com/hlissner/doom-emacs/issues),
|
- Wasn't already reported on [our issue tracker](https://github.com/hlissner/doom-emacs/issues) or [Discourse](https://discourse.doomemacs.org),
|
||||||
- Hasn't been covered by [our FAQ](https://github.com/hlissner/doom-emacs/blob/develop/docs/faq.org),
|
- Hasn't been covered by [our FAQ](https://github.com/hlissner/doom-emacs/blob/master/docs/faq.org),
|
||||||
- Can be reproduced on the **latest commit** of Doom,
|
- Can be reproduced on the **latest commit** of Doom,
|
||||||
- Is reproducible on Emacs 27 or 28, _(Emacs 29 is not supported!)_
|
- Is reproducible on Emacs 27 or 28, _(Emacs 29 is not supported!)_
|
||||||
- Is reproducible in [vanilla Doom](https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#testing-in-dooms-sandbox) (i.e. with your private config disabled),
|
- Is reproducible in [vanilla Doom](https://github.com/hlissner/doom-emacs/blob/master/docs/getting_started.org#testing-in-dooms-sandbox) (i.e. with your private config disabled),
|
||||||
- Is well-researched using [our troubleshooting guide](https://github.com/hlissner/doom-emacs/blob/master/docs/getting_started.org#troubleshoot).
|
- Is well-researched using [our troubleshooting guide](https://github.com/hlissner/doom-emacs/blob/master/docs/getting_started.org#troubleshoot).
|
||||||
- Has not been reported upstream (e.g. in the repos of any involved packages).
|
- Has not been reported upstream (e.g. in the repos of any involved packages).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -31,7 +32,7 @@ body:
|
||||||
description: |
|
description: |
|
||||||
- Screenshots and gifs are a big help!
|
- Screenshots and gifs are a big help!
|
||||||
- Check the \*Messages\* buffer for errors and/or warnings (press `C-h e` to view this buffer).
|
- Check the \*Messages\* buffer for errors and/or warnings (press `C-h e` to view this buffer).
|
||||||
- **Always include backtraces for errors.** ([How to produce a backtrace](https://github.com/hlissner/doom-emacs/blob/master/docs/getting_started.org#how-to-extract-a-backtrace-from-an-error))
|
- **Always include backtraces for errors.** ([How to produce a backtrace](https://doomemacs.org/d/how2backtrace))
|
||||||
- **Use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, logs, or text dumps!** Or use pastebin.com!
|
- **Use [code fences](https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) for code, logs, or text dumps!** Or use pastebin.com!
|
||||||
- Be specific! Phrases like "X does not work" or "X stopped working" are unacceptable.
|
- Be specific! Phrases like "X does not work" or "X stopped working" are unacceptable.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
|
@ -94,8 +95,6 @@ body:
|
||||||
value: |
|
value: |
|
||||||
Please take a moment to ensure your issue (and it's title) is **well-researched, descriptive, and specific**, otherwise, you risk it being significantly delayed or automatically closed.
|
Please take a moment to ensure your issue (and it's title) is **well-researched, descriptive, and specific**, otherwise, you risk it being significantly delayed or automatically closed.
|
||||||
|
|
||||||
Emacs' complexity and extensibility produces many false positive or vague bug reports, so I will immediately close issues that aren't **actionable**, **reproducible in vanilla Doom**, or able to be investigated in a **reasonable amount of time**.
|
Emacs' complexity produces many false positive and vague bug reports, so issues that aren't **actionable**, **reproducible in vanilla Doom**, or able to be investigated in a **reasonable amount of time** will be closed. If you think your issue might fall into these categories, please bring it up on [our Discord](https://doomemacs.org/discord) or [Discourse](https://discourse.doomemacs.org) instead.
|
||||||
|
|
||||||
If you don't think your issue qualifies, please bring it up on [our Discord](https://doomemacs.org/discord) instead.
|
|
||||||
|
|
||||||
:heart: **Thank you for taking the time to file this bug report!**
|
:heart: **Thank you for taking the time to file this bug report!**
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
4
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
|
@ -15,7 +15,7 @@ body:
|
||||||
**Before you submit this bump request, please ensure that the target packages:**
|
**Before you submit this bump request, please ensure that the target packages:**
|
||||||
|
|
||||||
- Haven't already been [requested](https://github.com/hlissner/doom-emacs/issues) or [PRed](https://github.com/hlissner/doom-emacs/pulls),
|
- Haven't already been [requested](https://github.com/hlissner/doom-emacs/issues) or [PRed](https://github.com/hlissner/doom-emacs/pulls),
|
||||||
- *Is not* in [our do-not-PR list](https://gist.github.com/hlissner/bb6365626d825aeaf5e857b1c03c9837),
|
- *Is not* in [our do-not-PR list](https://doomemacs.org/d/do-not-pr),
|
||||||
- Hasn't already been bumped in later commits of Doom,
|
- Hasn't already been bumped in later commits of Doom,
|
||||||
- Still work with Doom on their latest commits.
|
- Still work with Doom on their latest commits.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -39,6 +39,6 @@ body:
|
||||||
|
|
||||||
Emacs' complexity and extensibility produces many false positive or vague requests, so I will immediately close issues that aren't **actionable**, **poorly explained**, or able to be investigated in a reasonable amount of **time**.
|
Emacs' complexity and extensibility produces many false positive or vague requests, so I will immediately close issues that aren't **actionable**, **poorly explained**, or able to be investigated in a reasonable amount of **time**.
|
||||||
|
|
||||||
If you don't think your request qualifies, please bring it up on [our Discord](https://doomemacs.org/discord) instead.
|
If you don't think your request qualifies, please bring it up on [our Discord](https://doomemacs.org/discord) or [Discourse](https://discourse.doomemacs.org) instead.
|
||||||
|
|
||||||
:heart: **Thank you for taking the time to make this bump request!**
|
:heart: **Thank you for taking the time to make this bump request!**
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Official Documentation
|
- name: Official Documentation
|
||||||
url: https://doomemacs.org/docs/index.org
|
url: https://github.com/hlissner/doom-emacs/blob/master/docs/index.org
|
||||||
about: "Walks you through how to use, abuse, or confuse Doom Emacs. Also available from within Doom: `M-x doom/help`"
|
about: "Walks you through how to use, abuse, or confuse Doom Emacs. Also available from within Doom: `M-x doom/help`"
|
||||||
- name: Visit our Discourse (work in progress)
|
- name: Visit our Discourse
|
||||||
url: https://discourse.doomemacs.org
|
url: https://discourse.doomemacs.org
|
||||||
about: "A repository of official learning resources and discussion forum for Emacs and Doom"
|
about: "A repository of official learning resources and discussion forum for Emacs and Doom"
|
||||||
- name: Visit our Discord
|
- name: Visit our Discord
|
||||||
|
|
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -6,13 +6,13 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> :warning: **Our issue tracker is for bug reports and feature requests, not configuration questions or requests for help.** Use [our Discord](https://doomemacs.org/discord) for those instead.
|
> :warning: **Our issue tracker is for bug reports and feature requests, not configuration questions or requests for help.** Use [our Discord](https://doomemacs.org/discord) or [Discourse](https://discourse.doomemacs.org) for those instead.
|
||||||
|
|
||||||
**Before you proceed, please ensure your request:**
|
**Before you proceed, please ensure your request:**
|
||||||
|
|
||||||
- Is a feature request and not a bug report,
|
- Is a feature request and not a bug report,
|
||||||
- Hasn't already been requested or reported on [our issue tracker](https://github.com/hlissner/doom-emacs/issues),
|
- Hasn't already been requested or reported on [our issue tracker](https://github.com/hlissner/doom-emacs/issues) or [Discourse](https://discourse.doomemacs.org),
|
||||||
- Hasn't already been fulfilled on the latest version of Doom or in [one of our modules](https://git.doomemacs.org/docs/modules.org).
|
- Hasn't already been fulfilled on the latest version of Doom or in [one of our modules](https://docs.doomemacs.org/latest/#/modules).
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe your request
|
label: Describe your request
|
||||||
|
@ -43,6 +43,6 @@ body:
|
||||||
|
|
||||||
Emacs' complexity and extensibility produces many false positive or vague requests, so I will immediately close issues that aren't **actionable**, **poorly explained**, or able to be investigated in a reasonable amount of **time**.
|
Emacs' complexity and extensibility produces many false positive or vague requests, so I will immediately close issues that aren't **actionable**, **poorly explained**, or able to be investigated in a reasonable amount of **time**.
|
||||||
|
|
||||||
If you don't think your request qualifies, please bring it up on [our Discord](https://doomemacs.org/discord) instead.
|
If you don't think your request qualifies, please bring it up on [our Discord](https://doomemacs.org/discord) or [Discourse](https://discourse.doomemacs.org) instead.
|
||||||
|
|
||||||
:heart: **Thank you for taking the time to make this feature request!**
|
:heart: **Thank you for taking the time to make this feature request!**
|
||||||
|
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
* No other PRs exist for this issue.
|
* No other PRs exist for this issue.
|
||||||
* Your PR is NOT in Doom's do-not-PR list:
|
* Your PR is NOT in Doom's do-not-PR list:
|
||||||
https://gist.github.com/hlissner/bb6365626d825aeaf5e857b1c03c9837
|
https://doomemacs.org/d/do-not-pr
|
||||||
* Your commit messages conform to our git conventions:
|
* Your commit messages conform to our git conventions:
|
||||||
https://gist.github.com/hlissner/4d78e396acb897d9b2d8be07a103a854
|
https://doomemacs.org/d/git-conventions
|
||||||
* Your PR targets the master branch (or the rewrite-docs branch for changes to
|
* Your PR targets the master branch (or the rewrite-docs branch for changes to
|
||||||
*.org files).
|
*.org files).
|
||||||
* Any relevant issues or PRs have been linked to.
|
* Any relevant issues or PRs have been linked to.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue