branch: externals/jinx commit 3bab81b9ac936581b7f00f153c4579e63ccdf68c Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Improve issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..19e6e20639 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,7 @@ +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. +Please start from emacs -Q. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4dd96650be..f2c6d07526 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,15 @@ +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" + - name: "💡 Suggest a feature ➞ Please create a discussion" url: https://github.com/minad/jinx/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" + - name: "🤓 Ask the maintainer for support ➞ Please create a discussion" url: https://github.com/minad/jinx/discussions/categories/q-a about: Please keep in mind that my bandwidth is limited. - name: "🔍 Search through old issues or discussions"