branch: externals/jinx
commit 17bffdf4b7f3c85f6294010c34550330385ab42c
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Improve issue template
---
 .github/ISSUE_TEMPLATE/bug_report.md | 5 +++--
 .github/ISSUE_TEMPLATE/config.yml    | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
index 19e6e20639..4ab7345917 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,8 @@
+---
 title:
-name: 🪳 Bug report
+name: 🐞 Bug report
 about: Report a bug. Do not use this for support requests and feature 
suggestions.
 ---
 
 Please provide precise information and the exact steps to reproduce the issue.
-Please start from emacs -Q.
+Please start from `emacs -Q` or try `package-isolate`.
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index f2c6d07526..a96e60399d 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -18,6 +18,6 @@ contact_links:
   - name: "📝 Jinx wiki"
     url: https://github.com/minad/jinx/wiki
     about: Additional configuration tips are covered there. Feel free to edit!
-  - name: "📚 Jinx manual"
+  - name: "📖 Jinx manual"
     url: https://github.com/minad/jinx/blob/main/README.org
     about: The manual covers the basic setup and workflow.

Reply via email to