Skip to content

Commit e4c165c

Browse files
authored
Add bug report issue template
The primary purpose is to encourage users to check that the versions of `ndarray`, `ndarray-stats`, and Rust they're using are compatible.
1 parent baa0f97 commit e4c165c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report for ndarray-stats
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
Description of the bug.
12+
13+
**Version Information**
14+
- `ndarray`: ???
15+
- `ndarray-stats`: ???
16+
- Rust: ???
17+
18+
Please make sure that:
19+
- the version of `ndarray-stats` you're using corresponds to the version of `ndarray` you're using
20+
- the version of the Rust compiler you're using is supported by the version of `ndarray-stats` you're using
21+
(See the "Releases" section of the README for correct version information.)
22+
23+
**To Reproduce**
24+
Example code which doesn't work.
25+
26+
**Expected behavior**
27+
Description of what you expected to happen.
28+
29+
**Additional context**
30+
Add any other context about the problem here.

0 commit comments

Comments
 (0)