We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de69fbf commit 5a8f92aCopy full SHA for 5a8f92a
.github/ISSUE_TEMPLATE.md
@@ -1,6 +1,8 @@
1
+<!--
2
File an issue if you think you've found a bug. Please describe
3
4
1. How can it be reproduced
5
2. What was expected
6
3. What actually occurred
7
4. What version of the involved component
8
+-->
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,8 @@
+You should use unit-tests for SublimeText by using [UnitTesting](https://github.com/randy3k/UnitTesting) plugin.
+
+1. Install the UnitTesting plugin
+2. Comment out or rename your own `MarkdownTOC.sublime-settings` so individual settings are not used during testing
+3. [Run tests](https://github.com/randy3k/UnitTesting-example#running-tests)
+4. Send Pull Request when tests pass
0 commit comments