From 4f88014cc5d19e395d93afcde1f7c53fa0b958ef Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Thu, 15 Sep 2022 18:57:43 +0200 Subject: [PATCH] Docs: fix link to title (#14730) * lower --- .github/BECOMING_A_CORE_CONTRIBUTOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/BECOMING_A_CORE_CONTRIBUTOR.md b/.github/BECOMING_A_CORE_CONTRIBUTOR.md index fd40e29e1e..85098b06ac 100644 --- a/.github/BECOMING_A_CORE_CONTRIBUTOR.md +++ b/.github/BECOMING_A_CORE_CONTRIBUTOR.md @@ -38,7 +38,7 @@ Here, we describe general expectations from core contributors: ### Pull Requests (PRs) -- Pull requests are the evolutionary mechanism of Lightning, so quality is extremely important. Make sure contributors adhere to the guidelines described in the [contributing section](CONTRIBUTING.md#Pull-Request). +- Pull requests are the evolutionary mechanism of Lightning, so quality is extremely important. Make sure contributors adhere to the guidelines described in the [contributing section](CONTRIBUTING.md#pull-request). - Some PRs are from people who want to get involved and try to add something unnecessary. We do want their help though! So don’t approve the PR, but direct them to a Github issue that they might be interested in helping with instead!