From 027d819da762f03b46181e8a8e4706fbc031f65f Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Wed, 15 May 2024 10:49:02 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20PR=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Links were wrong as well (as in #76) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- template/.github/PULL_REQUEST_TEMPLATE.md.jinja | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1e3feb7c..f64dfce4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,8 +21,8 @@ There is no related issue. -- [ ] I am following the [contributing guidelines](../docs/src/contributing.md) +- [ ] I am following the [contributing guidelines](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/docs/src/contributing.md) - [ ] Tests are passing - [ ] Lint workflow is passing - [ ] Docs were updated and workflow is passing -- [ ] [CHANGELOG.md](../CHANGELOG.md) was updated +- [ ] [CHANGELOG.md](https://github.com/abelsiqueira/COPIERTemplate.jl/blob/main/CHANGELOG.md) was updated diff --git a/template/.github/PULL_REQUEST_TEMPLATE.md.jinja b/template/.github/PULL_REQUEST_TEMPLATE.md.jinja index d2151a44..d9de7838 100644 --- a/template/.github/PULL_REQUEST_TEMPLATE.md.jinja +++ b/template/.github/PULL_REQUEST_TEMPLATE.md.jinja @@ -21,8 +21,8 @@ There is no related issue. -- [ ] I am following the [contributing guidelines](../docs/src/contributing.md) +- [ ] I am following the [contributing guidelines](https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/main/docs/src/contributing.md) - [ ] Tests are passing - [ ] Lint workflow is passing - [ ] Docs were updated and workflow is passing - +