Skip to content

Commit dc5ec4e

Browse files
Updates to Bug Template (matomo-org#21665)
Co-authored-by: Michal Kleiner <[email protected]>
1 parent 37fd13d commit dc5ec4e

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,11 @@ body:
3232
placeholder: Steps to reproduce, e.g. "Go to [Matomo-URL] > Click on Visitors > Click Overview"
3333
validations:
3434
required: true
35-
- type: dropdown
35+
- type: input
3636
id: version
3737
attributes:
38-
label: Matomo major version
38+
label: Matomo version
3939
description: What version of Matomo are you running?
40-
options:
41-
- Matomo 3
42-
- Matomo 4
43-
- Matomo 5
44-
default: 0
45-
validations:
46-
required: true
47-
- type: input
48-
id: matomo-minor-patch
49-
attributes:
50-
label: Matomo minor or patch Version
51-
description: What minor and patch version of Matomo's release above are you running?
5240
validations:
5341
required: true
5442
- type: input
@@ -57,14 +45,14 @@ body:
5745
label: PHP version
5846
description: What version of PHP are you running?
5947
validations:
60-
required: true
48+
required: false
6149
- type: input
6250
id: server-os
6351
attributes:
6452
label: Server operating system
6553
description: What server operating system are you using?
6654
validations:
67-
required: true
55+
required: false
6856
- type: dropdown
6957
id: browsers
7058
attributes:
@@ -83,7 +71,7 @@ body:
8371
label: Computer operating system
8472
description: What operating system are you using on your computer?
8573
validations:
86-
required: true
74+
required: false
8775
- type: textarea
8876
id: logs
8977
attributes:

0 commit comments

Comments
 (0)