Pārlūkot izejas kodu

chore: update pr template (#323)

cachho 2 gadi atpakaļ
vecāks
revīzija
91033c7221
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. 5 2
      .github/PULL_REQUEST_TEMPLATE.md

+ 5 - 2
.github/PULL_REQUEST_TEMPLATE.md

@@ -11,14 +11,17 @@ Please delete options that are not relevant.
 - [ ] Bug fix (non-breaking change which fixes an issue)
 - [ ] New feature (non-breaking change which adds functionality)
 - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
+- [ ] Refactor (does not change functionality, e.g. code style improvements, linting)
 - [ ] Documentation update
 
 ## How Has This Been Tested?
 
 Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
 
-- [ ] Test A
-- [ ] Test B
+Please delete options that are not relevant.
+
+- [ ] Unit Test
+- [ ] Test Script (please provide)
 
 ## Checklist: