Skip to content

Commit 63579d2

Browse files
add cli invocation section to bug report template
1 parent b779f3e commit 63579d2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ assignees: ''
1616
--
1717
Write a clear and concise description of what the bug is here.
1818

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
2626

2727
**Expected behavior**
2828
--
@@ -42,6 +42,7 @@ None
4242
- OS and OS version (e.g macOS 15.0.1):
4343
- JS runtime and runtime version (E.g Node.js 22.9.0):
4444
- mysql-memory-server version:
45+
- In which environment does this bug occur? (Application Code, CLI, or both):
4546

4647
**Additional context**
4748
--

0 commit comments

Comments
 (0)