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: python-project-template/.github/ISSUE_TEMPLATE/1-bug_report.md.jinja
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,13 @@ assignees: ''
9
9
**Bug report**
10
10
11
11
12
+
**Environment Information**
13
+
14
+
12
15
**Before submitting**
13
16
Please check the following:
14
17
15
-
-[ ] I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
18
+
- [ ] I have described the situation in which the bug arose, including what code was executed, and any applicable data others will need to reproduce the problem.
19
+
- [ ] I have included information about my environment, including the version of this package (e.g. `{{package_name}}.__version__`)
16
20
- [ ] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a description of what I expected instead.
17
21
- [ ] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
0 commit comments