You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ assignees: ''
16
16
--
17
17
Write a clear and concise description of what the bug is here.
18
18
19
-
**To Reproduce**
20
-
--
21
-
Write the steps to reproduce the behavior here:
22
-
1. ...
23
-
2. ...
24
-
3. ...
25
-
4. ...
19
+
**Command Line Invocation**
20
+
<!-- If you are able to replicate this bug by running mysql-memory-server from the CLI, please replace "Not Applicable" with the command you used to invoke the package -->
21
+
Not Applicable
22
+
23
+
**Reproducible Code Example**
24
+
<!-- If you are able to replicate this bug with application code that uses this package, please replace "Not Applicable" with the code that reproduces the bug -->
25
+
Not Applicable
26
26
27
27
**Expected behavior**
28
28
--
@@ -42,6 +42,7 @@ None
42
42
- OS and OS version (e.g macOS 15.0.1):
43
43
- JS runtime and runtime version (E.g Node.js 22.9.0):
44
44
- mysql-memory-server version:
45
+
- In which environment does this bug occur? (Application Code, CLI, or both):
0 commit comments