Browse Source

docs: PR template (#2487)

Martijn 2 years ago
parent
commit
c639ab69f8
1 changed files with 22 additions and 0 deletions
  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