branch: externals/tempel commit e595b6afdb36e6c827e4d102dc7d78178fa196f6 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..60e3595a0b --- /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/tempel/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/tempel/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%2Ftempel&type=issues + about: The same question may have been asked before. + - name: "📝 Tempel wiki" + url: https://github.com/minad/tempel/wiki + about: Additional configuration tips are covered there. Feel free to edit! + - name: "📖 Tempel manual" + url: https://github.com/minad/tempel/blob/main/README.org + about: The manual covers the basic setup and workflow.