[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 2312c370f1 1/4: github: Update issue template
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 2312c370f1 1/4: github: Update issue templates |
Date: |
Fri, 30 Aug 2024 17:24:58 -0400 (EDT) |
branch: externals/transient
commit 2312c370f18a2e46dc66d495232d9f71b1259bdf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
github: Update issue templates
---
.github/ISSUE_TEMPLATES/bug_report.md | 26 ++++++++++++++++++++++++++
.github/ISSUE_TEMPLATES/config.yml | 20 ++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/.github/ISSUE_TEMPLATES/bug_report.md
b/.github/ISSUE_TEMPLATES/bug_report.md
new file mode 100644
index 0000000000..d5214814fb
--- /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 0000000000..2945e3f69b
--- /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.