branch: externals/corfu
commit 285c13c2c55bcd1fdeb6370f57629ee0528b5e67
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Add issue template
---
 .elpaignore                          |  2 ++
 .github/ISSUE_TEMPLATE/bug_report.md |  8 ++++++++
 .github/ISSUE_TEMPLATE/config.yml    | 23 +++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000000..c9805fa766
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,2 @@
+LICENSE
+.github
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..6d9b94e1e8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,8 @@
+---
+title:
+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.
+Start from `emacs -Q` or use `package-isolate`.
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000000..c8c662df34
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,23 @@
+blank_issues_enabled: false
+contact_links:
+  - name: "🙏 Please support my work on my many Emacs projects"
+    url: https://github.com/sponsors/minad
+    about: Thanks! Your support helps dedicating time to project maintenance 
and development.
+  - name: "💡 Suggest a feature ➞ Please create a discussion"
+    url: https://github.com/minad/corfu/discussions/categories/ideas
+    about: Start a new discussion suggesting an improvement or a feature.
+  - name: "🧑‍🤝‍🧑 Ask the community for support"
+    url: https://www.reddit.com/r/emacs
+    about: Please be kind and support others.
+  - name: "🤓 Ask the maintainer for support ➞ Please create a discussion"
+    url: https://github.com/minad/corfu/discussions/categories/q-a
+    about: Please keep in mind that my bandwidth is limited.
+  - name: "🔍 Search through old issues or discussions"
+    url: https://github.com/search?q=repo%3Aminad%2Fcorfu&type=issues
+    about: The same question may have been asked before.
+  - name: "📝 Corfu wiki"
+    url: https://github.com/minad/corfu/wiki
+    about: Additional configuration tips are covered there. Feel free to edit!
+  - name: "📖 Corfu manual"
+    url: https://github.com/minad/corfu/blob/main/README.org
+    about: The manual covers the basic setup and workflow.

Reply via email to