Skip to content

Commit 5a8f92a

Browse files
committed
- Add PULL_REQUEST_TEMPLATE
- Comment out texts in templates
1 parent de69fbf commit 5a8f92a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--
12
File an issue if you think you've found a bug. Please describe
23
34
1. How can it be reproduced
45
2. What was expected
56
3. What actually occurred
67
4. What version of the involved component
8+
-->

.github/PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!--
2+
You should use unit-tests for SublimeText by using [UnitTesting](https://github.com/randy3k/UnitTesting) plugin.
3+
4+
1. Install the UnitTesting plugin
5+
2. Comment out or rename your own `MarkdownTOC.sublime-settings` so individual settings are not used during testing
6+
3. [Run tests](https://github.com/randy3k/UnitTesting-example#running-tests)
7+
4. Send Pull Request when tests pass
8+
-->

0 commit comments

Comments
 (0)