-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
**Please read this first** | ||
|
||
Bugs in Cvxportfolio are defined as deviations between the behavior | ||
of the code and its description in | ||
[the documentation](https://www.cvxportfolio.com) or in the | ||
[the accompanying paper](https://web.stanford.edu/~boyd/papers/pdf/cvx_portfolio.pdf). | ||
|
||
Features requests are well-received but will probably be answered with a | ||
suggestion that you develop them and contribute. | ||
|
||
Issues for any other reason can as well be created. | ||
|
||
## Specifications | ||
- Problem: Bug, feature request, or other? | ||
- OS: | ||
- Cvxportfolio version: | ||
- Python version: | ||
- Cvxpy version: | ||
- Pandas version: | ||
- Data: Downloaded by Cvxportfolio or user-provided? | ||
|
||
|
||
## Description | ||
A clear and concise description of the problem. | ||
|
||
## How to reproduce | ||
Ideally a minimal snippet of code that reproduces the problem if possible. | ||
|
||
## Additional information | ||
Extra context. | ||
|
||
## Output | ||
Entire Cvxportfolio output including the entire stack trace (if applicable). |