Sfoglia il codice sorgente

chore: create pull_request_template.md (#2418)

Ali Behjati 8 mesi fa
parent
commit
ece11e4f4c
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      .github/pull_request_template.md

+ 12 - 0
.github/pull_request_template.md

@@ -0,0 +1,12 @@
+## 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
+
+<!-- Describe the steps you've taken to verify the changes -->