Skip to content

Commit 87060ed

Browse files
committedFeb 24, 2021
make release-tag: Merge branch 'master' into stable
2 parents 37b6c29 + 259a161 commit 87060ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1858
-479
lines changed
 

‎.github/ISSUE_TEMPLATE.md

-15
This file was deleted.

‎.github/ISSUE_TEMPLATE/bug_report.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Report an error that you found when using Copulas
4+
title: ''
5+
labels: bug, pending review
6+
assignees: ''
7+
8+
---
9+
10+
### Environment Details
11+
12+
Please indicate the following details about the environment in which you found the bug:
13+
14+
* Copulas version:
15+
* Python version:
16+
* Operating System:
17+
18+
### Error Description
19+
20+
<Replace this text with a description of what you were trying to get done.
21+
Tell us what happened, what went wrong, and what you expected to happen.>
22+
23+
### Steps to reproduce
24+
25+
<Replace this text with a description of the steps that anyone can follow to
26+
reproduce the error. If the error happens only on a specific dataset, please
27+
consider attaching some example data to the issue so that others can use it
28+
to reproduce the error.>
29+
30+
```
31+
Paste the command(s) you ran and the output.
32+
If there was a crash, please include the traceback here.
33+
```

0 commit comments

Comments
 (0)
Please sign in to comment.