diff options
Diffstat (limited to 'elpa/transient-0.8.6/.github/ISSUE_TEMPLATES')
-rw-r--r-- | elpa/transient-0.8.6/.github/ISSUE_TEMPLATES/bug_report.md | 26 | ||||
-rw-r--r-- | elpa/transient-0.8.6/.github/ISSUE_TEMPLATES/config.yml | 20 |
2 files changed, 46 insertions, 0 deletions
diff --git a/elpa/transient-0.8.6/.github/ISSUE_TEMPLATES/bug_report.md b/elpa/transient-0.8.6/.github/ISSUE_TEMPLATES/bug_report.md new file mode 100644 index 0000000..d521481 --- /dev/null +++ b/elpa/transient-0.8.6/.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/elpa/transient-0.8.6/.github/ISSUE_TEMPLATES/config.yml b/elpa/transient-0.8.6/.github/ISSUE_TEMPLATES/config.yml new file mode 100644 index 0000000..2945e3f --- /dev/null +++ b/elpa/transient-0.8.6/.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. |