[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/markdown-mode 7d91e265f6 3/5: Add issue template config
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/markdown-mode 7d91e265f6 3/5: Add issue template config |
Date: |
Mon, 10 Mar 2025 07:01:01 -0400 (EDT) |
branch: elpa/markdown-mode
commit 7d91e265f6e8be7441efe0367f813a84e15c80d3
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>
Add issue template config
---
.github/ISSUE_TEMPLATE/01_bug_report.md | 16 ++++++++++-----
.github/ISSUE_TEMPLATE/02_performance_issue.md | 28 ++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/config.yml | 1 +
3 files changed, 40 insertions(+), 5 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md
b/.github/ISSUE_TEMPLATE/01_bug_report.md
index 92dbb96ed4..a462ff4401 100644
--- a/.github/ISSUE_TEMPLATE/01_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/01_bug_report.md
@@ -1,3 +1,9 @@
+---
+name: Bug report
+about: Report a bug
+title: ''
+---
+
<!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
@@ -43,10 +49,10 @@ Markdown Mode and Emacs version numbers.
Examples:
- Markdown Mode: From Git on 2017-10-17, 2.4-dev, or 2.3
-- Emacs: 25.3.2
-- OS: macOS High Sierra
+- Emacs: 30.1
+- OS: macOS Sequoia
-->
-- Markdown Mode:
-- Emacs:
-- OS:
+- Markdown Mode:
+- Emacs:
+- OS:
diff --git a/.github/ISSUE_TEMPLATE/02_performance_issue.md
b/.github/ISSUE_TEMPLATE/02_performance_issue.md
new file mode 100644
index 0000000000..d77ecdce7d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/02_performance_issue.md
@@ -0,0 +1,28 @@
+---
+name: Performance issue
+about: Report a performance problem or regression
+title: ''
+---
+
+### Description
+
+<!--
+What is the issue ? When does markdown-mode become slow ? syntax, file size etc
+-->
+
+## Software Versions
+
+<!--
+Use M-x markdown-show-version and M-x emacs-version to determine the
+Markdown Mode and Emacs version numbers.
+
+Examples:
+
+- Markdown Mode: From Git on 2017-10-17, 2.8-dev, or 2.7
+- Emacs: 30.1
+- OS: macOS Sequoia
+-->
+
+- Markdown Mode:
+- Emacs:
+- OS:
diff --git a/.github/ISSUE_TEMPLATE/config.yml
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000000..3ba13e0cec
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false