diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index eedeeb4e54..ed64edf976 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,14 @@ - @@ -17,7 +18,7 @@ https://github.com/bitcoin-core/gui/issues/ - + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fb91208954..a97c9298f4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,11 +7,15 @@ assignees: '' --- - @@ -31,7 +35,7 @@ If the node is "stuck" during sync or giving "block checksum mismatch" errors, p **System information** - + diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.md b/.github/ISSUE_TEMPLATE/good_first_issue.md index d32e22d360..ff036f9cdd 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.md +++ b/.github/ISSUE_TEMPLATE/good_first_issue.md @@ -15,8 +15,8 @@ assignees: '' #### Useful skills: - + #### 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](https://github.com/namecoin/namecoin-core/blob/master/CONTRIBUTING.md) before opening your pull request. diff --git a/.github/ISSUE_TEMPLATE/gui_issue.md b/.github/ISSUE_TEMPLATE/gui_issue.md index 37acc81e21..8d289feb51 100644 --- a/.github/ISSUE_TEMPLATE/gui_issue.md +++ b/.github/ISSUE_TEMPLATE/gui_issue.md @@ -1,11 +1,11 @@ --- -name: An issue or feature request related to the GUI -about: Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/ -title: Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/ -labels: GUI +name: An issue or feature request applicable to Bitcoin Core +about: Any report, issue or feature request applicable to Bitcoin Core should be reported at https://github.com/bitcoin/bitcoin/issues/ +title: Any report, issue or feature request applicable to Bitcoin Core should be reported at https://github.com/bitcoin/bitcoin/issues/ +labels: upstream bug assignees: '' --- -Any report, issue or feature request related to the GUI should be reported at -https://github.com/bitcoin-core/gui/issues/ +Any report, issue or feature request applicable to Bitcoin Core should be reported at +https://github.com/bitcoin/bitcoin/issues/ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ae92fc78f2..f8c99f3ea5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,14 +4,14 @@ Pull requests without a rationale and clear improvement may be closed immediately. -GUI-related pull requests should be opened against -https://github.com/bitcoin-core/gui +Non-Namecoin-specific pull requests should be opened against +https://github.com/bitcoin/bitcoin first. See CONTRIBUTING.md -->