Skip to content

Commit

Permalink
correct link in pr-template.md
Browse files Browse the repository at this point in the history
Signed-off-by: sagar rawat <sagarrawat24291@gmail.com>
  • Loading branch information
SagarRawat24 committed Sep 3, 2023
1 parent 017e08b commit 10ac582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/pr-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Please also provide information about any automatic tests that you added.
into multiple PRs)
- [ ] I used descriptive commit messages to help reviewers understand my thought process
- [ ] I signed off all my commits according to the Developer Certificate of Origin (DCO) (
see [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/CONTRIBUTING.md#submit-a-pull-request-))
see [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md#submit-a-pull-request-))
- [ ] My PR title is formatted according to the semantic PR conventions described in
the [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/CONTRIBUTING.md#submit-a-pull-request-)
the [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md#submit-a-pull-request-)
- [ ] My code follows the style guidelines of this project (golangci-lint passes, YAMLLint passes)
- [ ] I regenerated the auto-generated docs for Helm and the CRD documentation (if applicable)
- [ ] I have performed a self-review of my code
Expand All @@ -55,9 +55,9 @@ Fixes # (issue)
into multiple PRs)
- [ ] I used descriptive commit messages to help reviewers understand my thought process
- [ ] I signed off all my commits according to the Developer Certificate of Origin (DCO) (
see [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/docs/CONTRIBUTING.md#developer-certification-of-origin-dco))
see [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md#developer-certification-of-origin-dco))
- [ ] My PR title is formatted according to the semantic PR conventions described in
the [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/CONTRIBUTING.md#submit-a-pull-request-)
the [Contribution Guide](https://github.com/keptn/lifecycle-toolkit/blob/main/docs/content/en/contribute/docs/contrib-guidelines-docs/_index.md#submit-a-pull-request-)
- [ ] My content follows the style guidelines of this project (YAMLLint, markdown-lint)
- [ ] I regenerated the auto-generated docs for Helm and the CRD documentation (if applicable)
- [ ] I have performed a self-review of my content including grammar and typo errors and also checked the rendered page
Expand Down

0 comments on commit 10ac582

Please sign in to comment.