From 18cefdfebe69b4f30407bd577d22858bb66e4957 Mon Sep 17 00:00:00 2001 From: xavidop Date: Fri, 20 Sep 2024 17:39:10 +0200 Subject: [PATCH] fix: improve docs --- .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 dc20d17..3eaa6e5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -_Before you submit a pull request, please make sure you have read and understood the [contribution guidelines](https://github.com/xavidop/genkitx-GitHub/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/xavidop/genkitx-GitHub/blob/main/CODE_OF_CONDUCT.md)._ +_Before you submit a pull request, please make sure you have read and understood the [contribution guidelines](https://github.com/xavidop/genkitx-github/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/xavidop/genkitx-github/blob/main/CODE_OF_CONDUCT.md)._ **This pull request is related to:** @@ -9,7 +9,7 @@ _Before you submit a pull request, please make sure you have read and understood **I have checked the following:** -- [ ] I have read and understood the [contribution guidelines](https://github.com/xavidop/genkitx-GitHub/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/xavidop/genkitx-GitHub/blob/main/CODE_OF_CONDUCT.md); +- [ ] I have read and understood the [contribution guidelines](https://github.com/xavidop/genkitx-github/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/xavidop/genkitx-github/blob/main/CODE_OF_CONDUCT.md); - [ ] I have added new tests (for bug fixes/features); - [ ] I have added/updated the documentation (for bug fixes / features).