Zachary Rice il y a 6 ans
Parent
commit
cdd654eab7
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 8 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,8 @@
+### Description:
+Explain the purpose of the PR.
+
+### Checklist:
+
+* [ ] Does your PR pass tests?
+* [ ] Have you written new tests for your changes?
+* [ ] Have you lint your code locally prior to submission?