diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-04-01 20:27:39 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-04-01 20:27:39 +0100 |
commit | d3a5ddb4189ef7c04df0cc47a0f9642b23292d2d (patch) | |
tree | 14264483e4d2e6481abc74feea6d9cbcae3666d1 /elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE | |
parent | dabaff03992c102c395314629f63ce93a2c1bd3a (diff) |
added magit and other general configs
Diffstat (limited to 'elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE')
-rw-r--r-- | elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/bug_report.md | 20 | ||||
-rw-r--r-- | elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/config.yml | 17 |
2 files changed, 37 insertions, 0 deletions
diff --git a/elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/bug_report.md b/elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..56a0c95 --- /dev/null +++ b/elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +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. + +---- now delete this line and everything above ---- diff --git a/elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/config.yml b/elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6cf96bc --- /dev/null +++ b/elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: false +contact_links: + - name: "đĄ Suggest a feature" + url: https://github.com/magit/with-editor/discussions + about: Start a discussion suggest 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" + url: https://github.com/magit/with-editor/discussions + about: Please keep in mind that our bandwidth is limited. + - name: "đĸ \"I am unable to commit with Magit\"" + url: https://magit.vc/manual/with-editor/Debugging.html + about: Others might have had the same question before. + - name: "âšī¸ With-Editor Manual" + url: https://magit.vc/manual/with-editor/#Top + about: The fine manual may also be of use. |