-
Couldn't load subscription status.
- Fork 129
Fix links in CONTRIBUTING.md to point to Knots repository #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 28.x-knots
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,9 +30,9 @@ Bitcoin Core and how to run the unit tests, functional tests, and fuzz tests. | |
|
|
||
| There are many open issues of varying difficulty waiting to be fixed. | ||
| If you're looking for somewhere to start contributing, check out the | ||
| [good first issue](https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) | ||
| [good first issue](https://github.com/bitcoinknots/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) | ||
| list or changes that are | ||
| [up for grabs](https://github.com/bitcoin/bitcoin/issues?utf8=%E2%9C%93&q=label%3A%22Up+for+grabs%22). | ||
| [up for grabs](https://github.com/bitcoinknots/bitcoin/issues?utf8=%E2%9C%93&q=label%3A%22Up+for+grabs%22). | ||
| Some of them might no longer be applicable. So if you are interested, but | ||
| unsure, you might want to leave a comment on the issue first. | ||
|
|
||
|
|
@@ -86,7 +86,7 @@ To contribute a patch, the workflow is as follows: | |
| 1. Commit patches | ||
|
|
||
| For GUI-related issues or pull requests, the https://github.com/bitcoin-core/gui repository should be used. | ||
| For all other issues and pull requests, the https://github.com/bitcoin/bitcoin node repository should be used. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently, it's recommended to open PRs to bitcoin/bitcoin when possible, and only on bitcoinknots/bitcoin when the PR is inherently exclusive to Knots. |
||
| For all other issues and pull requests, the https://github.com/bitcoinknots/bitcoin node repository should be used. | ||
|
|
||
| The master branch for all monotree repositories is identical. | ||
|
|
||
|
|
@@ -177,7 +177,7 @@ subsequent comment to the PR. | |
| ### Translation changes | ||
|
|
||
| Note that translations should not be submitted as pull requests. Please see | ||
| [Translation Process](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md) | ||
| [Translation Process](https://github.com/bitcoinknots/bitcoin/blob/master/doc/translation_process.md) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to actually have a translation process first. Core stole the Transifex repo, so the older process no longer works for us |
||
| for more information on helping with translations. | ||
|
|
||
| ### Work in Progress Changes and Requests for Comments | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core's lists aren't irrelevant - probably more issues there to address than here.