Explorar o código

docs: PR template (#2487)

Martijn %!s(int64=2) %!d(string=hai) anos
pai
achega
c639ab69f8
Modificáronse 1 ficheiros con 22 adicións e 0 borrados
  1. 22 0
      .github/pull_request_template.md

+ 22 - 0
.github/pull_request_template.md

@@ -0,0 +1,22 @@
+# Description
+
+Please include a summary of the changes and the related issue.
+
+# Breaking changes
+
+Does this PR include any breaking changes we should be aware of?
+
+# Screenshots
+
+You can add screenshots here if applicable.
+
+# Checklist
+
+:pushpin: Always:
+- [ ] I have set a clear title
+- [ ] My PR is small and contains a single feature
+- [ ] I have [checked my own PR](## "Fix typo's and remove unused or commented out code")
+
+:zap: Most of the time:
+- [ ] I have added or updated test cases
+- [ ] I have updated the README if needed