Skip to content

Commit 02059a4

Browse files
authored
Update issue templates
1 parent b63bed8 commit 02059a4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Affects:** PythonCall / JuliaCall / Both [delete as appropriate]
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is. What did you expect? What happened instead?
14+
15+
Please include the steps required to reproduce the bug. This should include not just code but **all** the steps required to reproduce the bug
16+
17+
**Your system**
18+
Please provide detailed information about your system:
19+
- The operating system
20+
- The version of Julia, Python, PythonCall, JuliaCall and any other affected packages
21+
- If an issue with PythonCall, the output of `Base.versioninfo()`, `Pkg.status()` and `CondaPkg.status()`.
22+
- If an issue with JuliaCall, the output of `pip list` or `conda list` and `juliapkg.status()`.
23+
24+
**Additional context**
25+
Add any other context about the problem here.

0 commit comments

Comments
 (0)