소스 검색

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