Skip to content

Commit eb5f5ee

Browse files
committed
updated issue templates
1 parent 627dc62 commit eb5f5ee

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A clear and concise description of what the bug is.
1313
**Expected behavior**
1414
A clear and concise description of what you expected to happen.
1515

16-
**Screenshots**
17-
If applicable, add screenshots to help explain your problem.
16+
**Code sample**
17+
Add a minimal reproducible example (see [here](https://stackoverflow.com/help/minimal-reproducible-example)).
1818

1919
**Operating system, python version, PyPortfolioOpt version**
2020
e.g MacOS 10.146, python 3.7.3, PyPortfolioOpt 1.2.6

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ assignees: ''
1010
**Is your feature request related to a problem?**
1111
A clear and concise description of what the problem is.
1212

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
13+
**Describe the feature you'd like**
14+
A clear description of the feature you want, or a link to the textbook/article describing the feature.
1515

1616
**Additional context**
1717
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/help-needed.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ assignees: ''
1010
**What are you trying to do?**
1111
Clear description of the problem you are trying to solve with PyPortfolioOpt
1212

13+
**What have you tried?**
14+
1315
**What data are you using?**
1416
What asset class, how many assets, how many data points. Preferably provide a sample of the dataset as a csv attachment.

.github/ISSUE_TEMPLATE/installation-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pip install pyportfolioopt
1616
**Error message**
1717

1818
```
19-
Copy paste the terminal message here
19+
Copy paste the terminal message inside the backticks.
2020
```

0 commit comments

Comments
 (0)