mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
3fa1185dda
These provide more flexibility and can be designed to extract more information from users when submitting issues.
18 lines
562 B
YAML
18 lines
562 B
YAML
name: Issue or feature request related to the GUI
|
|
description: Any report, issue or feature request related to the GUI
|
|
labels: [GUI]
|
|
body:
|
|
- type: checkboxes
|
|
id: acknowledgement
|
|
attributes:
|
|
label: Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
|
|
description: https://github.com/bitcoin-core/gui/issues/
|
|
options:
|
|
- label: I still think this issue should be opened here
|
|
required: true
|
|
- type: textarea
|
|
id: gui-request
|
|
attributes:
|
|
label: Report
|
|
validations:
|
|
required: true
|