aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcbor/.github/PULL_REQUEST_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libcbor/.github/PULL_REQUEST_TEMPLATE')
-rw-r--r--contrib/libcbor/.github/PULL_REQUEST_TEMPLATE15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/libcbor/.github/PULL_REQUEST_TEMPLATE b/contrib/libcbor/.github/PULL_REQUEST_TEMPLATE
new file mode 100644
index 000000000000..1174d56f9c7a
--- /dev/null
+++ b/contrib/libcbor/.github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,15 @@
+## Description
+
+What changes and why
+
+## Checklist
+
+- [ ] I have read followed [CONTRIBUTING.md](https://github.com/PJK/libcbor/blob/master/CONTRIBUTING.md)
+ - [ ] I have added tests
+ - [ ] I have updated the documentation
+ - [ ] I have updated the CHANGELOG
+- [ ] Are there any breaking changes?
+ - [ ] If yes: I have marked them in the CHANGELOG ([example](https://github.com/PJK/libcbor/blob/87e2d48a127968d39f158cbfc2b79d6285bd039d/CHANGELOG.md?plain=1#L16))
+- [ ] Does this PR introduce any platform specific code?
+- [ ] Security: Does this PR potentially affect security?
+- [ ] Performance: Does this PR potentially affect performance?