From 1dc6b1e382228aaace25ec9cd0894ea43086a3c2 Mon Sep 17 00:00:00 2001 From: KleinMichalGit Date: Wed, 17 Jul 2024 15:10:53 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 45a03ebec..2bdf7c92b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,10 +4,10 @@ ## Checklist -- [ ] My code follows the [style guidelines](https://github.com/solarwinds/nova/blob/2415fa06f8242b9024beee04e2456055d31ab118/docs/STYLE_GUIDE.md) of this project +- [ ] My code follows the [style guidelines](https://github.com/solarwinds/nova/blob/main/docs/STYLE_GUIDE.md) of this project - [ ] I have performed a self-review of my code - [ ] I have updated [change log](https://github.com/solarwinds/nova/blob/main/docs/CHANGELOG.md) -- [ ] I have been following [Definition of done](https://github.com/solarwinds/nova/blob/2415fa06f8242b9024beee04e2456055d31ab118/docs/DEFINITION_OF_DONE.md) +- [ ] I have been following [Definition of done](https://github.com/solarwinds/nova/blob/main/docs/DEFINITION_OF_DONE.md) - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] My changes generate no new lint warnings - [ ] New and existing unit tests pass locally and on CI with my changes