瀏覽代碼

Merge pull request #2422 from pyth-network/cprussin/fix-pre-commit

fix: fix failing pre-commit
Connor Prussin 8 月之前
父節點
當前提交
9a2f7555f2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/pull_request_template.md

+ 3 - 0
.github/pull_request_template.md

@@ -1,10 +1,13 @@
 ## Summary
+
 <!-- Briefly describe the changes -->
 
 ## Rationale
+
 <!-- Why are these changes necessary? -->
 
 ## How has this been tested?
+
 - [ ] Current tests cover my changes
 - [ ] Added new tests
 - [ ] Manually tested the code