Skip to content

Commit 6c27a12

Browse files
authored
Merge pull request #890 from jrblevin/add_issue_template_config
Add issue template config
2 parents a0fb64a + 7ed0eba commit 6c27a12

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: ''
5+
---
6+
17
<!--- Provide a general summary of the issue in the Title above -->
28

39
## Expected Behavior
@@ -43,10 +49,10 @@ Markdown Mode and Emacs version numbers.
4349
Examples:
4450
4551
- Markdown Mode: From Git on 2017-10-17, 2.4-dev, or 2.3
46-
- Emacs: 25.3.2
47-
- OS: macOS High Sierra
52+
- Emacs: 30.1
53+
- OS: macOS Sequoia
4854
-->
4955

50-
- Markdown Mode:
51-
- Emacs:
52-
- OS:
56+
- Markdown Mode:
57+
- Emacs:
58+
- OS:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Performance issue
3+
about: Report a performance problem or regression
4+
title: ''
5+
---
6+
7+
### Description
8+
9+
<!--
10+
What is the issue ? Regression ?
11+
When does markdown-mode become slow ? syntax, file size etc
12+
-->
13+
14+
## Software Versions
15+
16+
<!--
17+
Use M-x markdown-show-version and M-x emacs-version to determine the
18+
Markdown Mode and Emacs version numbers.
19+
20+
Examples:
21+
22+
- Markdown Mode: From Git on 2017-10-17, 2.8-dev, or 2.7
23+
- Emacs: 30.1
24+
- OS: macOS Sequoia
25+
-->
26+
27+
- Markdown Mode:
28+
- Emacs:
29+
- OS:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)