branch: externals/marginalia commit 9a323c3b1e9b5244b265433667dc4abb3eaefc45 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 | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 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..15ee6e337b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,29 @@ +blank_issues_enabled: false +contact_links: + - name: "🙏 Please support @minad" + url: https://github.com/sponsors/oantolin + about: Thanks! Your support helps dedicating time to project maintenance and development. + - name: "🙏 Please support @oantolin" + url: https://github.com/sponsors/oantolin + about: Thanks! Your support helps dedicating time to project maintenance and development. + - name: "🙏 Please support our on our 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/marginalia/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/marginalia/discussions/categories/q-a + about: Please keep in mind that our bandwidth is limited. + - name: "🔍 Search through old issues or discussions" + url: https://github.com/search?q=repo%3Aminad%2Fmarginalia&type=issues + about: The same question may have been asked before. +# - name: "📝 Marginalia wiki" +# url: https://github.com/minad/marginalia/wiki +# about: Additional configuration tips are covered there. Feel free to edit! + - name: "📖 Marginalia manual" + url: https://github.com/minad/marginalia/blob/main/README.org + about: The manual covers the basic setup and workflow.