瀏覽代碼

pr template

Zachary Rice 6 年之前
父節點
當前提交
cdd654eab7
共有 1 個文件被更改,包括 8 次插入0 次删除
  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?