Skip to content

Commit ad08958

Browse files
committed
Updated bug report template
1 parent 6f5dbde commit ad08958

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.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)