diff --git a/.github/PR_TEMPLATE.md b/.github/PR_TEMPLATE.md deleted file mode 100644 index 52e4808a7..000000000 --- a/.github/PR_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ -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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..8b69ab63c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +Thank you for contributing to Harbor! + +# Comprehensive Summary of your change + +# Issue being fixed +Fixes #(issue) + +Please indicate you've done the following: +- [ ] Well Written Title and Summary of the PR +- [ ] Label the PR as needed. "release-note/ignore-for-release, release-note/new-feature, release-note/update, release-note/enhancement, release-note/community, release-note/breaking-change, release-note/docs, release-note/infra, release-note/deprecation" +- [ ] Accepted the DCO. 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 in [website repository](https://github.com/goharbor/website).