/ .github / ISSUE_TEMPLATE / gui_issue.yml
gui_issue.yml
 1  name: Issue or feature request related to the GUI
 2  description: Any report, issue or feature request related to the GUI
 3  labels: [GUI]
 4  body:
 5  - type: checkboxes
 6    id: acknowledgement
 7    attributes:
 8      label: Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
 9      description: https://github.com/bitcoin-core/gui/issues/
10      options:
11        - label: I still think this issue should be opened here
12          required: true
13  - type: textarea
14    id: gui-request
15    attributes:
16      label: Report
17    validations:
18      required: true