From 41c5e1514194d4be1cdc4afbc649d417828b1602 Mon Sep 17 00:00:00 2001 From: 220nightmore-spec <220nightmore-spec@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:46:54 +0800 Subject: [PATCH] doc: update Bitgesell issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/good_first_issue.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/gui_issue.yml | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 83922b54cb..e8fb4d4127 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -5,10 +5,10 @@ body: - type: markdown attributes: value: | - ## This issue tracker is only for technical issues related to Bitcoin Core. + ## This issue tracker is only for technical issues related to BGL Core. - * General bitcoin questions and/or support requests should use Bitcoin StackExchange at https://bitcoin.stackexchange.com. - * For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/. + * General Bitgesell questions and/or support requests should use the project website or community channels linked from https://bitgesell.ca/. + * For reporting security issues, please read the instructions in SECURITY.md. * If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running `memtest` and observe CPU temperature with a load-test tool such as `linpack` before creating an issue. ---- @@ -50,14 +50,14 @@ body: description: | Please copy and paste any relevant log output or attach a debug log file. - You can find the debug.log in your [data dir.](https://github.com/bitcoin/bitcoin/blob/master/doc/files.md#data-directory-location) + You can find the debug.log in your [data dir.](../../doc/files.md#data-directory-location) Please be aware that the debug log might contain personally identifying information. validations: required: false - type: dropdown attributes: - label: How did you obtain Bitcoin Core + label: How did you obtain BGL Core multiple: false options: - Compiled from source @@ -69,8 +69,8 @@ body: - type: input id: core-version attributes: - label: What version of Bitcoin Core are you using? - description: Run `bitcoind --version` or in Bitcoin-QT use `Help > About Bitcoin Core` + label: What version of BGL Core are you using? + description: Run `BGLd --version` or in BGL-qt use `Help > About BGL Core` placeholder: e.g. v24.0.1 or master@e1bf547 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.yml b/.github/ISSUE_TEMPLATE/good_first_issue.yml index 133937c011..068b96c600 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.yml +++ b/.github/ISSUE_TEMPLATE/good_first_issue.yml @@ -5,11 +5,12 @@ body: - type: markdown attributes: value: | - Please add the label "good first issue" manually before or after opening + Please add the label "good first issue" manually before or after opening. - A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution + A good first issue is an uncontroversial issue with a relatively unique + and obvious solution. - Motivate the issue and explain the solution briefly + Motivate the issue and explain the solution briefly. - type: textarea id: motivation attributes: @@ -28,9 +29,9 @@ body: id: useful-skills attributes: label: Useful Skills - description: For example, “`std::thread`”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”. + description: For example, "`std::thread`", "Qt5 GUI and async GUI design", or "basic understanding of Bitgesell mining and the BGL Core RPC interface". value: | - * Compiling Bitcoin Core from source + * Compiling BGL Core from source * Running the C++ unit tests and the Python functional tests * ... - type: textarea @@ -40,5 +41,4 @@ body: value: | Want to work on this issue? - For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request. - + For guidance on contributing, please read [CONTRIBUTING.md](../../CONTRIBUTING.md) before opening your pull request. diff --git a/.github/ISSUE_TEMPLATE/gui_issue.yml b/.github/ISSUE_TEMPLATE/gui_issue.yml index 4fe578e9b5..d84266005d 100644 --- a/.github/ISSUE_TEMPLATE/gui_issue.yml +++ b/.github/ISSUE_TEMPLATE/gui_issue.yml @@ -5,8 +5,8 @@ body: - type: checkboxes id: acknowledgement attributes: - label: Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo - description: https://github.com/bitcoin-core/gui/issues/ + label: Issues, reports or feature requests related to the BGL GUI + description: Use this template for BGL-qt reports that belong in the Bitgesell repository. options: - label: I still think this issue should be opened here required: true