From a5f9ae79478edcb6338bb7ca0a3336461f815028 Mon Sep 17 00:00:00 2001 From: Sunny <65417594+Mega-JC@users.noreply.github.com> Date: Sun, 26 Feb 2023 14:18:52 +0100 Subject: [PATCH] Fix broken "good first issue" link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8404336..e1264af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The official website representing Pygame: Community Edition utilizing NextJS, Re ## Contributing -Pull requests from outside the core development team are welcome, check out the [good-first-issues](https://github.com/pygame-community/pyga.me/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%F0%9F%94%B0%22) tag. +Pull requests from outside the core development team are welcome, check out the [good-first-issue](https://github.com/pygame-community/pyga.me/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) tag. Before you create a pull request, please create an issue using our [issue tracker](https://github.com/pygame-community/pyga.me/issues) to avoid any work efforts being lost. ### Limitations to Outside Contributors