Skip to content

Commit 4b05176

Browse files
committed
Update issue templates
1 parent 22d310d commit 4b05176

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve POT
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior:
12+
1 ...
13+
2.
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Screenshots**
19+
If applicable, add screenshots to help explain your problem.
20+
21+
**Desktop (please complete the following information):**
22+
- OS: [e.g. MacOSX, Windows, Ubuntu]
23+
- Python version [2.7,3.6]
24+
- How was POT installed [source, pip, conda]
25+
26+
Output of the following code snippet:
27+
```python
28+
import platform; print(platform.platform())
29+
import sys; print("Python", sys.version)
30+
import numpy; print("NumPy", numpy.__version__)
31+
import scipy; print("SciPy", scipy.__version__)
32+
import ot; print("POT", ot.__version__)
33+
```
34+
35+
**Additional context**
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)