Issue forms: add question about source for desktop
This commit is contained in:
parent
8480dbb726
commit
98a71bd7df
1 changed files with 8 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
|
@ -52,3 +52,11 @@ body:
|
||||||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3
|
placeholder: e.g. Element version 1.7.34, olm version 3.2.3
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: input
|
||||||
|
id: source
|
||||||
|
attributes:
|
||||||
|
label: How did you install the app?
|
||||||
|
description: Where did you install the app from? Please give a link or a description.
|
||||||
|
placeholder: e.g. From https://element.io/get-started
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue