Skip to content

Commit 93141ed

Browse files
authored
Update bug-report.md
1 parent 237b31b commit 93141ed

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
---
2-
name: Bug Report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
101
<!--
112
You are about to open an issue for the MongoDB PHP extension. If you instead
123
intended to report an issue with the MongoDB PHP library, please do so via its
@@ -24,8 +15,7 @@ project, please create a vulnerability report[^2].
2415
<!--
2516
Briefly describe the issue. Feel free to cross-reference your report with any
2617
other related GitHub or JIRA issues for additional context. Before reporting an
27-
issue, check that you are using the most recent version of the extension and
28-
library.
18+
issue, check that you are using the most recent version of the driver.
2919
-->
3020

3121
### Environment
@@ -35,6 +25,13 @@ What operating system and PHP version are you using? Mention if PHP was
3525
installed through a third-party bundle (e.g. MAMP, XAMPP) and report its version
3626
if applicable.
3727
28+
What version of MongoDB are you using? Include details about the topology (e.g.
29+
replica set, sharded cluster) and how you are connecting to the database (e.g.
30+
TLS connections, authentication). If possible, share your connection string and
31+
additional URI options (be sure to redact any auth credentials). Please specify
32+
whether you are self-hosting the database or using a cloud provider, such as
33+
MongoDB Atlas.
34+
3835
Include version information for the extension, libmongoc, and libbson. This may
3936
be collected by grepping phpinfo() output:
4037
@@ -52,7 +49,7 @@ collected by running the following from your project's root directory:
5249
### Test Script
5350

5451
<!--
55-
If possible, attach a complete PHP script that can be excuted on its own to
52+
If possible, attach a complete PHP script that can be executed on its own to
5653
reproduce the issue. Clarify whether this script can be run from the CLI or if
5754
it can must be run through a web SAPI.
5855

0 commit comments

Comments
 (0)