From 65bb9b9d0c875425391d6ed0823594adb28b1c46 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 9 Nov 2023 10:10:51 +0100 Subject: [PATCH] Variable namespace. --- templates/CONTRIBUTING.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CONTRIBUTING.md.j2 b/templates/CONTRIBUTING.md.j2 index a3a5fec..33b910e 100644 --- a/templates/CONTRIBUTING.md.j2 +++ b/templates/CONTRIBUTING.md.j2 @@ -2,7 +2,7 @@ You can really make a difference by: -- [Making an issue](https://help.github.com/articles/creating-an-issue/). A well described issue helps a lot. (Have a look at the [known issues](https://github.com/search?q=user%3Arobertdebock+is%3Aissue+state%3Aopen).) +- [Making an issue](https://help.github.com/articles/creating-an-issue/). A well described issue helps a lot. (Have a look at the [known issues](https://github.com/search?q=user%3A{{ github_namespace }}+is%3Aissue+state%3Aopen).) - [Making a pull request](https://services.github.com/on-demand/github-cli/open-pull-request-github) when you see the error in code. I'll try to help and take every contribution seriously.