From 9819f2cd6f19d9d0f358e231e9fe6c26961ee03a Mon Sep 17 00:00:00 2001 From: AlonMenczer Date: Fri, 16 Feb 2024 18:22:20 +0200 Subject: [PATCH] docs: fix link in Contributing.md --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 332645542d7..dad543856cc 100644 --- a/Contributing.md +++ b/Contributing.md @@ -35,7 +35,7 @@ Helping others often reveals bugs, documentation weaknesses, and missing APIs. I ### Implement issues ready for development -Issues where the solution is clear and work is not in progress use the [needs-implementer](https://github.com/PyO3/pyo3/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-implemeter) label. +Issues where the solution is clear and work is not in progress use the [needs-implementer](https://github.com/PyO3/pyo3/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-implementer) label. Don't be afraid if the solution is not clear to you! The core PyO3 contributors will be happy to mentor you through any questions you have to help you write the solution.