Skip to content

Commit 963e070

Browse files
authored
Merge pull request #313 from duplexsystem/patch-2
fix new lines in PULL_REQUEST_TEMPLATE.md so that check boxes render …
2 parents 5ebe094 + c7f6e34 commit 963e070

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@
7272

7373
- [ ] Bug Fix <!-- Anything which fixes an issue in Terra. -->
7474
- [ ] Build system <!-- Anything which pretain to the build system. -->
75-
- [ ]
76-
Documentation <!-- Anything which adds or improves documentation for existing features. -->
75+
- [ ] Documentation <!-- Anything which adds or improves documentation for existing features. -->
7776
- [ ] New Feature <!-- Anything which adds new functionality to Terra. -->
7877
- [ ] Performance <!-- Anything which is imrpoves the performance of Terra. -->
79-
- [ ]
80-
Refactoring <!-- Anything which does not add any new code, only moves code around. -->
81-
- [ ]
82-
Repository <!-- Anything which affects the repository. Eg. changes to the `README.md` file. -->
78+
- [ ] Refactoring <!-- Anything which does not add any new code, only moves code around. -->
79+
- [ ] Repository <!-- Anything which affects the repository. Eg. changes to the `README.md` file. -->
8380
- [ ] Revert <!-- Anything which reverts previous commits. -->
8481
- [ ] Style <!-- Anything which updates style. -->
8582
- [ ] Tests <!-- Anything which adds or updates tests. -->
86-
- [ ]
87-
Translation <!-- Anything which is internationalizing the Terra program to other languages. -->
83+
- [ ] Translation <!-- Anything which is internationalizing the Terra program to other languages. -->
8884

8985
#### Compatiblity
9086

@@ -119,4 +115,4 @@
119115
<!--
120116
If it only introduces small changes, you don't need to add tests.
121117
But if you add big changes, you should probably at least write *some* testing, where applicable.
122-
-->
118+
-->

0 commit comments

Comments
 (0)