From 04089e7f849b9de95574b1886005c14e60041a66 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Tue, 21 Jul 2026 08:26:45 -0400 Subject: [PATCH 1/2] docs: fix empty repo link and typo in CONTRIBUTING MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fill the empty markdown target for the github.com/bitcoinops/bitcoinops.github.io link under Translations, and correct "instuctions" → "instructions". --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10b8e72624..fb75b42a2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,14 +62,14 @@ standardized: - Using a commit message similar to `news70: add Japanese translation` helps keep translations easily visible in the commit log - Testing your translation - - Follow the instuctions in the [README.md](https://github.com/bitcoinops/bitcoinops.github.io/blob/master/README.md) + - Follow the instructions in the [README.md](https://github.com/bitcoinops/bitcoinops.github.io/blob/master/README.md) - `make preview` to view the local website and review - `make production` to run additional checks (link checking, linting, etc) - For the page you have translated, ensure that the language code link shows up on the `en` language variant - Check that the page renders properly - Create a pull request to the - [https://github.com/bitcoinops/bitcoinops.github.io]() repository + [https://github.com/bitcoinops/bitcoinops.github.io](https://github.com/bitcoinops/bitcoinops.github.io) repository - One newsletter per PR allows for easier review - Allowing edits from maintainers permits maintainers to make additional commits to your PR branch From 31c676971a47445ef3a7d0795a622df0cf180cbd Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Tue, 21 Jul 2026 18:15:40 -0400 Subject: [PATCH 2/2] docs: shorten repo link text per reviewer suggestion --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb75b42a2e..2e1799e6a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ standardized: up on the `en` language variant - Check that the page renders properly - Create a pull request to the - [https://github.com/bitcoinops/bitcoinops.github.io](https://github.com/bitcoinops/bitcoinops.github.io) repository + [bitcoinops/bitcoinops.github.io](https://github.com/bitcoinops/bitcoinops.github.io) repository - One newsletter per PR allows for easier review - Allowing edits from maintainers permits maintainers to make additional commits to your PR branch