mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
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:
parent
a5b5e21ec9
commit
01cc046459
14
.github/PR_TEMPLATE.md
vendored
14
.github/PR_TEMPLATE.md
vendored
@ -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
13
.github/pull_request_template.md
vendored
Normal 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).
|
Loading…
Reference in New Issue
Block a user