Merge pull request #636 from jrblevin/issue-634
[markdown-mode.git] / .github / PULL_REQUEST_TEMPLATE.md
blob6e860c65108c93698622e29801e0c2eb1493f3b8
1 <!-- Provide a general summary of your changes in the Title above -->
3 ## Description
5 <!-- More detailed description of the changes if needed. -->
7 ## Related Issue
9 <!--
10 For more involved changes, it's probably best to open an issue first
11 for discussion.  If you are fixing a known bug, please reference the
12 issue number here or give a link to the issue.
13 -->
15 ## Type of Change
17 <!-- Please replace the space with an "x" in all checkboxes that apply. -->
19 - [ ] Bug fix (non-breaking change which fixes an issue)
20 - [ ] Improvement (non-breaking change which improves an existing feature)
21 - [ ] New feature (non-breaking change which adds functionality)
22 - [ ] Breaking change (fix or feature that would cause existing functionality to change)
24 ## Checklist
26 <!--
27 Please replace the space with an "x" in all checkboxes that apply.
28 If you're unsure about any of these, feel free to ask.
29 -->
31 - [ ] I have read the **CONTRIBUTING.md** document.
32 - [ ] I have updated the documentation in the **README.md** file if necessary.
33 - [ ] I have added an entry to **CHANGES.md**.
34 - [ ] I have added tests to cover my changes.
35 - [ ] All new and existing tests passed (using `make test`).