gui_issue.yml raw

   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: markdown
   6    attributes:
   7      value: |
   8        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).
   9  
  10  - type: checkboxes
  11    id: acknowledgement
  12    attributes:
  13      label: Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
  14      description: https://github.com/bitcoin-core/gui/issues/
  15      options:
  16        - label: I still think this issue should be opened here
  17          required: true
  18  - type: textarea
  19    id: gui-request
  20    attributes:
  21      label: Report
  22    validations:
  23      required: true
  24