Skip to content

Commit faceed7

Browse files
author
MarcoFalke
committed
doc: Add redirect for GUI issues and pull requests
1 parent 3e58734 commit faceed7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ General bitcoin questions and/or support requests are best directed to the Bitco
44
55
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
66
7-
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! -->
7+
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!
8+
9+
Any report, issue or feature request related to the GUI should be reported at
10+
https://github.com/bitcoin-core/gui/issues/
11+
-->
812

913
<!-- Describe the issue -->
1014
<!--- What behavior did you expect? -->

.github/ISSUE_TEMPLATE/gui_issue.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: An issue or feature request related to the GUI
3+
about: Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/
4+
title: Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/
5+
labels: GUI
6+
assignees: ''
7+
8+
---
9+
10+
Any report, issue or feature request related to the GUI should be reported at
11+
https://github.com/bitcoin-core/gui/issues/

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
Pull requests without a rationale and clear improvement may be closed
55
immediately.
6+
7+
GUI-related pull requests should be opened against
8+
https://github.com/bitcoin-core/gui
9+
first. See CONTRIBUTING.md
610
-->
711

812
<!--

0 commit comments

Comments
 (0)