Add new template file for PRs

Current file is not correct and it's not applied

Signed-off-by: OrlinVasilev <ovasilev@vmware.com>
This commit is contained in:
OrlinVasilev 2022-04-04 17:49:33 +03:00
parent a5b5e21ec9
commit 01cc046459
2 changed files with 13 additions and 14 deletions

View File

@ -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.

13
.github/pull_request_template.md vendored Normal file
View File

@ -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).