ISSUE_TEMPLATE.md (1200B)
1 <!--- Provide a general summary of the issue in the Title above --> 2 3 ## Expected Behavior 4 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 --> 9 10 ## Actual Behavior 11 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 --> 16 17 ## Steps to Reproduce 18 19 <!-- 20 Ensure that the issue is reproducible using `emacs -Q`. 21 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 24 25 For example, you might try running Emacs like so: 26 27 emacs -Q --load path/to/markdown-mode.el test-case.md 28 --> 29 30 1. Step A 31 2. Step B 32 3. Step C 33 34 ## Backtrace 35 36 <!-- 37 To see the backtrace you might need to use, for example, 38 M-x toggle-debug-on-error. 39 --> 40 41 ## Software Versions 42 43 <!-- 44 Use M-x markdown-show-version and M-x emacs-version to determine the 45 Markdown Mode and Emacs version numbers. 46 47 Examples: 48 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 --> 53 54 - Markdown Mode: 55 - Emacs: 56 - OS: