From 92a378c8d0a0d0cba69f06fcfc4e1b095c39b462 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 8 May 2021 00:46:50 -0400 Subject: [PATCH] Fix contact_links config --- .github/ISSUE_TEMPLATE/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 18c5b82c6..1183d7cce 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,17 +1,14 @@ blank_issues_enabled: false contact_links: - # bug_report.yml: Report a bug, error, or misbehavior - # feature_request.yml: Propose a new idea or feature - # bump_request.yml: Request a package be bumped - name: Official Documentation url: https://doomemacs.org/docs/index.org - about: Our in-repo manual documents. Also available from within Doom: `M-x doom/help` + about: "Our in-repo manual documents. Also available from within Doom: `M-x doom/help`" - name: Visit our Discourse (work in progress) 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 url: https://doomemacs.org/discord - about: A place to chat, get to know the community, and get help quick + about: "A place to chat, get to know the community, and get help quick" - name: See third-party resources url: https://discourse.doomemacs.org/resources - about: A curated collection of non-official resources to help you learn Emacs and Doom + about: "A curated collection of non-official resources to help you learn Emacs and Doom"