Skip to content

Commit 672e74c

Browse files
committed
Merge branch 'v9'
2 parents 718c022 + ad08958 commit 672e74c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,31 @@ body:
4141
attributes:
4242
label: Operating system + version
4343
description: "The operating system with version, ex: Ubuntu 18.04 or Windows 10"
44+
validations:
45+
required: true
46+
- type: input
47+
id: php
48+
attributes:
49+
label: PHP version
50+
description: |
51+
The PHP version you're running Phpfastcache on.
52+
_Can be retrieved using command line `php -v | sed -n 1p`_
53+
validations:
54+
required: true
55+
- type: input
56+
id: connector
57+
attributes:
58+
label: Connector/Database version (if applicable)
59+
description: |
60+
The connector and/or SDK version + the database version if applicable, ex:
61+
- Couchbase 7.1.0 + PECL Extension 3.2.2
62+
- Redis 7.0.0 + PECL Extension 5.3.7
63+
- MongoDB 5.0.2 Community + mongodb/mongodb
64+
- etc
65+
66+
**Be as much detailed as you can be !**
67+
validations:
68+
required: false
4469
- type: dropdown
4570
id: pfc_exact_version
4671
attributes:

0 commit comments

Comments
 (0)