Merge pull request #313 from duplexsystem/patch-2

fix new lines in PULL_REQUEST_TEMPLATE.md so that check boxes render …
This commit is contained in:
solo
2022-06-06 12:53:05 -04:00
committed by GitHub
+5 -9
View File
@@ -72,19 +72,15 @@
- [ ] Bug Fix <!-- Anything which fixes an issue in Terra. --> - [ ] Bug Fix <!-- Anything which fixes an issue in Terra. -->
- [ ] Build system <!-- Anything which pretain to the build system. --> - [ ] Build system <!-- Anything which pretain to the build system. -->
- [ ] - [ ] Documentation <!-- Anything which adds or improves documentation for existing features. -->
Documentation <!-- Anything which adds or improves documentation for existing features. -->
- [ ] New Feature <!-- Anything which adds new functionality to Terra. --> - [ ] New Feature <!-- Anything which adds new functionality to Terra. -->
- [ ] Performance <!-- Anything which is imrpoves the performance of Terra. --> - [ ] Performance <!-- Anything which is imrpoves the performance of Terra. -->
- [ ] - [ ] Refactoring <!-- Anything which does not add any new code, only moves code around. -->
Refactoring <!-- Anything which does not add any new code, only moves code around. --> - [ ] Repository <!-- Anything which affects the repository. Eg. changes to the `README.md` file. -->
- [ ]
Repository <!-- Anything which affects the repository. Eg. changes to the `README.md` file. -->
- [ ] Revert <!-- Anything which reverts previous commits. --> - [ ] Revert <!-- Anything which reverts previous commits. -->
- [ ] Style <!-- Anything which updates style. --> - [ ] Style <!-- Anything which updates style. -->
- [ ] Tests <!-- Anything which adds or updates tests. --> - [ ] Tests <!-- Anything which adds or updates tests. -->
- [ ] - [ ] Translation <!-- Anything which is internationalizing the Terra program to other languages. -->
Translation <!-- Anything which is internationalizing the Terra program to other languages. -->
#### Compatiblity #### Compatiblity
@@ -119,4 +115,4 @@
<!-- <!--
If it only introduces small changes, you don't need to add tests. If it only introduces small changes, you don't need to add tests.
But if you add big changes, you should probably at least write *some* testing, where applicable. But if you add big changes, you should probably at least write *some* testing, where applicable.
--> -->