branch: elpa/consult-flycheck commit ff931a8a1afec1019fa26de771315f893c39e1db Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/config.yml | 23 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) 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..48b9afa07c --- /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/consult/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/consult/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%2Fconsult&type=issues + about: The same question may have been asked before. + - name: "📝 Consult wiki" + url: https://github.com/minad/consult/wiki + about: Additional configuration tips are covered there. Feel free to edit! + - name: "📖 Consult manual" + url: https://github.com/minad/consult/blob/main/README.org + about: The manual covers the basic setup and workflow.