From 72c099d202b59e089a6eabf8512714c997252fdf Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 6 Jan 2026 01:13:00 +0100 Subject: templates: Fix location of template files --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATES/bug_report.md | 27 --------------------------- .github/ISSUE_TEMPLATES/config.yml | 23 ----------------------- 4 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATES/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATES/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6f1c3b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +title: +name: đŸĒŗ Bug report +about: Report a defect. Do not use this for support requests and feature suggestions. +--- + + + +Please explain, + (0) without using these lines as headings, + (1) what behavior you expected, + (2) what behavior you observed, + (3) and how we can reproduce the issue. + +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 Transient 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 Transient or something else. + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d206795 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,23 @@ +blank_issues_enabled: false +contact_links: + - name: "â‰ī¸ Unsure if this is a bug, suggestion or support request 👉 please open a discussion 👈" + url: https://github.com/magit/transient/discussions/categories/triage + about: Start a discussion without having to specify its kind upfront. + - 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/support + about: Please keep in mind that our bandwidth is limited. + - name: "â„šī¸ Transient FAQ" + url: https://docs.magit.vc/transient/FAQ.html + about: Others might have had the same question before. + - name: "â„šī¸ Transient Manual" + url: https://docs.magit.vc/transient + about: The fine manual may also be of use. diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATES/bug_report.md deleted file mode 100644 index 6f1c3b0..0000000 --- a/.github/ISSUE_TEMPLATES/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: -name: đŸĒŗ Bug report -about: Report a defect. Do not use this for support requests and feature suggestions. ---- - - - -Please explain, - (0) without using these lines as headings, - (1) what behavior you expected, - (2) what behavior you observed, - (3) and how we can reproduce the issue. - -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 Transient 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 Transient or something else. - - diff --git a/.github/ISSUE_TEMPLATES/config.yml b/.github/ISSUE_TEMPLATES/config.yml deleted file mode 100644 index d206795..0000000 --- a/.github/ISSUE_TEMPLATES/config.yml +++ /dev/null @@ -1,23 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: "â‰ī¸ Unsure if this is a bug, suggestion or support request 👉 please open a discussion 👈" - url: https://github.com/magit/transient/discussions/categories/triage - about: Start a discussion without having to specify its kind upfront. - - 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/support - about: Please keep in mind that our bandwidth is limited. - - name: "â„šī¸ Transient FAQ" - url: https://docs.magit.vc/transient/FAQ.html - about: Others might have had the same question before. - - name: "â„šī¸ Transient Manual" - url: https://docs.magit.vc/transient - about: The fine manual may also be of use. -- cgit v1.0