From 454599c2cb625a073c1a00736350cecb98f927a5 Mon Sep 17 00:00:00 2001 From: 220nightmore-spec <220nightmore-spec@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:38:15 +0800 Subject: [PATCH] docs: update CONTRIBUTING fork links --- CONTRIBUTING.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 1c2866943..98e1f7f33 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -8,18 +8,18 @@ Feel free to propose changes to this document in a pull request. == Getting started -1. Fork https://github.com/keep-network/tbtc-v2[`keep-network/tbtc-v2`] +1. Fork https://github.com/BitgesellOfficial/tbgl-v2[`BitgesellOfficial/tbgl-v2`] 2. Clone your fork 3. Each module has their own setup instructions. Follow the README of the specific module you want to contribute to. 4. Set up the <>. -5. Open a PR against the `main` branch and describe the change you are intending +5. Open a PR against the `bgl` branch and describe the change you are intending to undertake in the PR description. Before marking the PR as ready for review, make sure: * It passes the linter checks (see <> to make this automatic). -* It passes the https://github.com/keep-network/tbtc-v2/actions[continuous +* It passes the https://github.com/BitgesellOfficial/tbgl-v2/actions[continuous integration tests]. * Your changes have sufficient test coverage (e.g regression tests have been added for bug fixes, unit tests for new features) @@ -32,7 +32,7 @@ be signed]. === Continuous Integration -Keep uses https://github.com/keep-network/tbtc-v2/actions[Github Actions] for +Keep uses https://github.com/BitgesellOfficial/tbgl-v2/actions[Github Actions] for continuous integration. All jobs must be green to merge a PR. === Pre-commit