From 8d637280ded712f805446b72982288331624994a Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:08:16 +0100 Subject: [PATCH] Update config.yml to correct path --- .github/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 34ee215..5dab80d 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -5,14 +5,14 @@ # Comment to be posted to on first time issues newIssueWelcomeComment: > - 🎉 Thank you for opening your first issue in this repo! Please check our [contribution guidelines](CONTRIBUTING.md) and be guided by the issue template. + 🎉 Thank you for opening your first issue in this repo! Please check our [contribution guidelines](../CONTRIBUTING.md) and be guided by the issue template. # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome # Comment to be posted to on PRs from first time contributors in your repository newPRWelcomeComment: > - 🎉 Thanks for opening your first pull request in this repo! Please check our [contribution guidelines](CONTRIBUTING.md) and be guided by the PR template. + 🎉 Thanks for opening your first pull request in this repo! Please check our [contribution guidelines](../CONTRIBUTING.md) and be guided by the PR template. # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge