diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..cd5854e820 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +### Describe your changes + + +### Related issue number or link (ex: `resolves #issue-number`) + + +### Checklist before opening this PR (put `x` in the checkboxes) +- [ ] This PR does not contain plagiarism + - don’t copy other people’s work unless you are quoting and contributing it to them. +- [ ] I have signed off on all commits + - [signing off](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) (ex: `git commit -s`) is to affirm that commits comply [DCO](https://wiki.linuxfoundation.org/dco). +