Skip to content

Commit bd70da0

Browse files
committed
add packaging list to environment and versions section
1 parent 54e7626 commit bd70da0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Remove unrelated fields to make it minimal. -->
3333

3434
### Actual output
3535
<!-- Paste the output, logs, or error messages here -->
36+
```bash
37+
# Paste the output, logs, or error messages here
38+
```
3639

3740
### Expected output
3841
<!-- Describe what you expected to see instead -->
@@ -44,6 +47,18 @@ Remove unrelated fields to make it minimal. -->
4447
- CodeEntropy Version:
4548
- OS:
4649
- 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+
``` bash
60+
# Paste packages.txt here
61+
```
4762

4863
---
4964

0 commit comments

Comments
 (0)