summaryrefslogtreecommitdiff
path: root/elpa/with-editor-3.4.3/.github
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/with-editor-3.4.3/.github')
-rw-r--r--elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/bug_report.md20
-rw-r--r--elpa/with-editor-3.4.3/.github/ISSUE_TEMPLATE/config.yml17
-rw-r--r--elpa/with-editor-3.4.3/.github/workflows/compile.yml6
-rw-r--r--elpa/with-editor-3.4.3/.github/workflows/manual.yml12
-rw-r--r--elpa/with-editor-3.4.3/.github/workflows/stats.yml13
5 files changed, 68 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.
diff --git a/elpa/with-editor-3.4.3/.github/workflows/compile.yml b/elpa/with-editor-3.4.3/.github/workflows/compile.yml
new file mode 100644
index 0000000..2c1a987
--- /dev/null
+++ b/elpa/with-editor-3.4.3/.github/workflows/compile.yml
@@ -0,0 +1,6 @@
+name: Compile
+on: [push, pull_request]
+jobs:
+ compile:
+ name: Compile
+ uses: emacscollective/workflows/.github/workflows/compile.yml@main
diff --git a/elpa/with-editor-3.4.3/.github/workflows/manual.yml b/elpa/with-editor-3.4.3/.github/workflows/manual.yml
new file mode 100644
index 0000000..3b02f40
--- /dev/null
+++ b/elpa/with-editor-3.4.3/.github/workflows/manual.yml
@@ -0,0 +1,12 @@
+name: Manual
+on:
+ push:
+ branches: main
+ tags: "v[0-9]+.[0-9]+.[0-9]+"
+jobs:
+ manual:
+ name: Manual
+ uses: emacscollective/workflows/.github/workflows/manual.yml@main
+ secrets:
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
diff --git a/elpa/with-editor-3.4.3/.github/workflows/stats.yml b/elpa/with-editor-3.4.3/.github/workflows/stats.yml
new file mode 100644
index 0000000..e941fb9
--- /dev/null
+++ b/elpa/with-editor-3.4.3/.github/workflows/stats.yml
@@ -0,0 +1,13 @@
+name: Statistics
+on:
+ push:
+ branches: main
+ schedule:
+ - cron: '3 13 * * 1'
+jobs:
+ stats:
+ name: Statistics
+ uses: emacscollective/workflows/.github/workflows/stats.yml@main
+ secrets:
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}