From 5217c35e04fbdd2c42d0bf1fd54083020174699b Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Fri, 12 Jul 2024 11:23:31 -0700 Subject: [PATCH] Update pull_request_template.md Signed-off-by: Tyler Titsworth --- .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 dec5f96f..38727169 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,11 +7,11 @@ ## Changes Made - -- [ ] The code follows the project's [coding standards](../CONTRIBUTING.md#code-style). +- [ ] The code follows the project's [coding standards](https://github.com/intel/ai-containers/blob/main/CONTRIBUTING.md#code-style). - [ ] No Intel Internal IP is present within the changes. - [ ] The documentation has been updated to reflect any changes in functionality. ## Validation -- [ ] I have tested any changes in container groups locally with [`test_runner.py`](../test-runner/README.md) with all existing tests passing, and I have added new tests where applicable. +- [ ] I have tested any changes in container groups locally with [`test_runner.py`](https://github.com/intel/ai-containers/blob/main/test-runner/README.md) with all existing tests passing, and I have added new tests where applicable.