Skip to content

Commit f55665a

Browse files
committed
Update bug_report.yml
1 parent 4e8cb42 commit f55665a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ body:
88
id: pca_version
99
attributes:
1010
label: What version of phpCacheAdmin are you using?
11-
placeholder: "e.g. v1.0.0"
11+
description: Don't write "latest" or anything like that! There is a version number at the bottom of the page.
12+
placeholder: "e.g. v2.0.0"
1213
validations:
1314
required: true
1415
- type: input
1516
id: cache_system
1617
attributes:
1718
label: Cache system and version
1819
description: You can find it in every dashboard. Leave blank if the issue is not related to a particular cache system.
19-
placeholder: "e.g. Redis 7.0.2"
20+
placeholder: "e.g. Redis 7.2.6"
2021
- type: input
2122
id: extension
2223
attributes:
2324
label: Extension or client and version
2425
description: You can find it in every dashboard. Leave blank if the issue is not related to a particular cache system.
25-
placeholder: "e.g. PHP Redis extension v6.0.0-dev"
26+
placeholder: "e.g. PHP Redis extension v6.1.0 or Predis v2.3.0"
2627
- type: input
2728
id: php_version
2829
attributes:

0 commit comments

Comments
 (0)