From 2312c370f18a2e46dc66d495232d9f71b1259bdf Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 26 Aug 2024 21:55:36 +0200 Subject: github: Update issue templates --- .github/ISSUE_TEMPLATES/bug_report.md | 26 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATES/config.yml | 20 ++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/bug_report.md create mode 100644 .github/ISSUE_TEMPLATES/config.yml diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATES/bug_report.md new file mode 100644 index 0000000..d521481 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/bug_report.md @@ -0,0 +1,26 @@ +--- +title: +name: đŸĒŗ Bug report +about: Report a defect. Do not use this for support requests and feature suggestions. +--- + +Please explain + (1) what behavior you expected + (2) what behavior you observed + (3) and how we can reproduce the issue. + +You don't have to quote the above lines to do that. + +Please include a backtrace in your report. In most cases doing: + + M-x toggle-debug-on-error RET + +and then going through the steps again should result in a backtrace. + +Also post the output of: + + M-x magit-version RET + +Before reporting a defect please try to reproduce it using an Emacs instance in which only Magit and its dependencies have been loaded. Other packages or your configuration should not be loaded. This makes it easier to determine whether the issue lays with Magit or something else. + +---- now delete this line and everything above ---- diff --git a/.github/ISSUE_TEMPLATES/config.yml b/.github/ISSUE_TEMPLATES/config.yml new file mode 100644 index 0000000..2945e3f --- /dev/null +++ b/.github/ISSUE_TEMPLATES/config.yml @@ -0,0 +1,20 @@ +blank_issues_enabled: false +contact_links: + - name: "💕 Please support my work on Transient and other Emacs projects" + url: https://github.com/sponsors/tarsius + about: Thanks! Any support helps. These donations from users are my only income. + - name: "💡 Suggest a feature ☛ please open a discussion instead of an issue" + url: https://github.com/magit/transient/discussions/categories/ideas + about: Start a discussion suggesting an improvement or a new feature. + - name: "🆘 Ask the community for support" + url: https://www.reddit.com/r/emacs + about: Please also consider supporting others. + - name: "🆘 Ask the maintainers for support ☛ please open a discussion" + url: https://github.com/magit/transient/discussions/categories/q-a + about: Please keep in mind that our bandwidth is limited. + - name: "â„šī¸ Transient FAQ" + url: https://magit.vc/manual/transient/FAQ.html + about: Others might have had the same question before. + - name: "â„šī¸ Transient Manual" + url: https://magit.vc/manual/transient/#Top + about: The fine manual may also be of use. -- cgit v1.0