diff --git a/.github/PR_TEMPLATE.md b/.github/PR_TEMPLATE.md new file mode 100644 index 00000000000..52e4808a76d --- /dev/null +++ b/.github/PR_TEMPLATE.md @@ -0,0 +1,14 @@ +Thank you for contributing to Harbor! + +### Summary of your change + + +### Issue being fixed + +Fixes #(issue) + +### Please indicate you've done the following: + +- [ ] [Accepted the DCO](https://github.com/goharbor/harbor/blob/master/CONTRIBUTING.md#commit). Commits without the DCO will delay acceptance. +- [ ] Made sure tests are passing and test coverage is added if needed. +- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.