diff --git a/depend/bitcoin/.editorconfig b/depend/bitcoin/.editorconfig index c5f3028c..d7fe7ad5 100644 --- a/depend/bitcoin/.editorconfig +++ b/depend/bitcoin/.editorconfig @@ -13,7 +13,7 @@ trim_trailing_whitespace = true [*.{h,cpp,rs,py,sh}] indent_size = 4 -# .cirrus.yml, etc. +# ci.yml, etc. [*.yml] indent_size = 2 diff --git a/depend/bitcoin/.gitattributes b/depend/bitcoin/.gitattributes index c9cf4a7d..25303e74 100644 --- a/depend/bitcoin/.gitattributes +++ b/depend/bitcoin/.gitattributes @@ -1 +1,2 @@ src/clientversion.cpp export-subst +src/CMakeLists.txt export-subst diff --git a/depend/bitcoin/.github/ISSUE_TEMPLATE/bug.yml b/depend/bitcoin/.github/ISSUE_TEMPLATE/bug.yml index 7c894ab7..53d9353b 100644 --- a/depend/bitcoin/.github/ISSUE_TEMPLATE/bug.yml +++ b/depend/bitcoin/.github/ISSUE_TEMPLATE/bug.yml @@ -10,6 +10,7 @@ body: * 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/. * 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. + * If you use AI tools when opening this issue, please read the [AI policy](https://github.com/bitcoin/bitcoin/blob/master/doc/AI_POLICY.md). ---- - type: checkboxes diff --git a/depend/bitcoin/.github/ISSUE_TEMPLATE/feature_request.yml b/depend/bitcoin/.github/ISSUE_TEMPLATE/feature_request.yml index 4622fd98..24e33ea1 100644 --- a/depend/bitcoin/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/depend/bitcoin/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,6 +2,11 @@ name: Feature Request description: Suggest an idea for this project. labels: [Feature] body: + - type: markdown + attributes: + value: | + If you use AI tools when opening this issue, please read the [AI policy](https://github.com/bitcoin/bitcoin/blob/master/doc/AI_POLICY.md). + - type: textarea id: feature attributes: diff --git a/depend/bitcoin/.github/ISSUE_TEMPLATE/good_first_issue.yml b/depend/bitcoin/.github/ISSUE_TEMPLATE/good_first_issue.yml deleted file mode 100644 index 2a486b3f..00000000 --- a/depend/bitcoin/.github/ISSUE_TEMPLATE/good_first_issue.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Good First Issue -description: (Regular devs only) Suggest a new good first issue -labels: [good first issue] -body: - - type: markdown - attributes: - value: | - 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 - - Motivate the issue and explain the solution briefly - - type: textarea - id: motivation - attributes: - label: Motivation - description: Motivate the issue - validations: - required: true - - type: textarea - id: solution - attributes: - label: Possible solution - description: Describe a possible solution - validations: - required: false - - type: textarea - id: useful-skills - attributes: - label: Useful Skills - description: For example, “`std::thread`”, “Qt6 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”. - value: | - * Compiling Bitcoin Core from source - * Running the C++ unit tests and the Python functional tests - * ... - - type: textarea - attributes: - label: Guidance for new contributors - description: Please leave this to automatically add the footer for new contributors - 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. - diff --git a/depend/bitcoin/.github/ISSUE_TEMPLATE/gui_issue.yml b/depend/bitcoin/.github/ISSUE_TEMPLATE/gui_issue.yml index 4fe578e9..4a09e4a3 100644 --- a/depend/bitcoin/.github/ISSUE_TEMPLATE/gui_issue.yml +++ b/depend/bitcoin/.github/ISSUE_TEMPLATE/gui_issue.yml @@ -2,6 +2,11 @@ name: Issue or feature request related to the GUI description: Any report, issue or feature request related to the GUI labels: [GUI] body: +- type: markdown + attributes: + value: | + If you use AI tools when opening this issue, please read the [AI policy](https://github.com/bitcoin/bitcoin/blob/master/doc/AI_POLICY.md). + - type: checkboxes id: acknowledgement attributes: diff --git a/depend/bitcoin/.github/PULL_REQUEST_TEMPLATE.md b/depend/bitcoin/.github/PULL_REQUEST_TEMPLATE.md index ae92fc78..269a9e59 100644 --- a/depend/bitcoin/.github/PULL_REQUEST_TEMPLATE.md +++ b/depend/bitcoin/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,13 @@