Skip to content

Commit 237b31b

Browse files
authored
Update footnotes in new issue template
1 parent 7ea00d4 commit 237b31b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ reproduce the issue. Clarify whether this script can be run from the CLI or if
5757
it can must be run through a web SAPI.
5858
5959
If the error only presents itself in a web SAPI, note whether the issue can be
60-
reproduced with PHP's built-in web server[^1]. If not, please share your web
60+
reproduced with PHP's built-in web server[^3]. If not, please share your web
6161
server version and any relevant configuration details in the Environment section
6262
above.
6363
64-
[^1]: http://php.net/manual/en/features.commandline.webserver.php
64+
[^3]: http://php.net/manual/en/features.commandline.webserver.php
6565
-->
6666

6767
### Expected and Actual Behavior
@@ -72,17 +72,17 @@ and/or `var_dump()` output if that helps explain the error.
7272
7373
If the observed behavior is an unexpected exception, please include its full
7474
message and any relevant backtrace information. If you encountered a
75-
segmentation fault, please include a GDB backtrace[^3].
75+
segmentation fault, please include a GDB backtrace[^4].
7676
77-
[^2]: https://bugs.php.net/bugs-generating-backtrace.php
77+
[^4]: https://bugs.php.net/bugs-generating-backtrace.php
7878
-->
7979

8080
### Debug Log
8181

8282
<!--
8383
If the issue relates to internal driver behavior (e.g. connection issues),
84-
please include a debug log[^3]. This may be generated by setting the
84+
please include a debug log[^5]. This may be generated by setting the
8585
`mongodb.debug` INI option to "stderr" or a directory (useful for web SAPIs).
8686
87-
[^3]: https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug
87+
[^5]: https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug
8888
-->

0 commit comments

Comments
 (0)