Fix checks for markdown-mode and gfm-mode
[markdown-mode.git] / .github / ISSUE_TEMPLATE.md
blob0aefd89cc8a9a4fa6bf91832b9feab83445b4286
1 <!--- Provide a general summary of the issue in the Title above -->
3 ## Expected Behavior
5 <!---
6 If you're describing a bug, describe what should happen.
7 If you're suggesting a change/improvement, explain how it should work.
8 -->
10 ## Actual Behavior
12 <!---
13 If describing a bug, explain what happens instead of the expected behavior.
14 If suggesting a change/improvement, explain the difference from current behavior.
15 -->
17 ## Steps to Reproduce
19 <!--
20 Ensure that the issue is reproducible using `emacs -Q`.
22 See this page by Sebastian Wiesner for background:
23 https://www.lunaryorn.com/posts/reproduce-bugs-in-emacs-q#section-how-do-you-reproduce-a-bug-in-emacs--q
25 For example, you might try runing Emacs like so:
27     emacs -Q --load path/to/markdown-mode.el test-case.md
28 -->
30 1. Step A
31 2. Step B
32 3. Step C
34 ## Backtrace
36 <!--
37 To see the backtrace you might need to use, for example,
38 M-x toggle-debug-on-error.
39 -->
41 ## Software Versions
43 <!--
44 Use M-x markdown-show-version and M-x emacs-version to determine the
45 Markdown Mode and Emacs version numbers.
47 Examples:
49 - Markdown Mode: From Git on 2017-10-17, 2.4-dev, or 2.3
50 - Emacs: 25.3.2
51 - OS: macOS High Sierra
52 -->
54 - Markdown Mode: 
55 - Emacs: 
56 - OS: