Skip to content

Commit 53881a2

Browse files
devraushanSatvik-Singh192
authored andcommitted
chore: add issue templates
1 parent 64743b1 commit 53881a2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/ISSUE_TEMPLATE/good-first-issue-2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,22 @@ Teach `VectorizedBacktest` to rebalance weekly or monthly via a `rebalance_freq`
1717

1818

1919

20+
---
21+
name: "Good First Issue: Add weekly/monthly rebalancing option"
22+
about: Add `rebalance_freq` support to `VectorizedBacktest`
23+
labels: good-first-issue
24+
---
25+
26+
### Summary
27+
Teach `VectorizedBacktest` to rebalance weekly or monthly via a `rebalance_freq` parameter.
28+
29+
### Tasks
30+
- Update `_should_rebalance` to respect `W` and `M` frequencies.
31+
- Add tests in `tests/test_backtest.py`.
32+
- Document in README.
33+
34+
### Definition of Done
35+
- Tests pass; daily default unchanged.
36+
37+
38+

.github/ISSUE_TEMPLATE/good-first-issue-3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Modify CLI backtest command to also save a Plotly HTML chart for PnL.
1616
- CLI still supports Matplotlib PNG; Plotly HTML added.
1717

1818

19-

0 commit comments

Comments
 (0)