We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e7626 commit bd70da0Copy full SHA for bd70da0
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -33,6 +33,9 @@ Remove unrelated fields to make it minimal. -->
33
34
### Actual output
35
<!-- Paste the output, logs, or error messages here -->
36
+```bash
37
+# Paste the output, logs, or error messages here
38
+```
39
40
### Expected output
41
<!-- Describe what you expected to see instead -->
@@ -44,6 +47,18 @@ Remove unrelated fields to make it minimal. -->
44
47
- CodeEntropy Version:
45
48
- OS:
46
49
- Python Version:
50
+- Package list:
51
+ - If using conda, run: `conda list > packages.txt` and paste the contents here.
52
+
53
+ ``` bash
54
+ # Paste packages.txt here
55
+ ```
56
57
+ - If using venv/pip, run: `pip list > packages.txt` and paste the contents here.
58
59
60
61
62
63
---
64
0 commit comments