File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,12 @@ Pull requests
7878-------------
7979A general recommended reading:
8080[ How to make your code reviewer fall in love with you] [ code-review ] .
81- Please use explicit commit messages. See [ NumPy's development workflow]
81+
82+ Use explicit commit messages β see [ NumPy's development workflow]
8283for inspiration.
8384
85+ Every new feature must be accompanied by a unit test.
86+
8487Please help review [ existing PRs] you wish to see included.
8588
8689[ code-review ] : https://mtlynch.io/code-review-love/
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ Backtesting.py
55[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/kernc/backtesting.py/ci.yml?branch=master&style=for-the-badge )] ( https://github.com/kernc/backtesting.py/actions )
66[ ![ Code Coverage] ( https://img.shields.io/codecov/c/gh/kernc/backtesting.py.svg?style=for-the-badge )] ( https://codecov.io/gh/kernc/backtesting.py )
77[ ![ Backtesting on PyPI] ( https://img.shields.io/pypi/v/backtesting.svg?color=blue&style=for-the-badge )] ( https://pypi.org/project/backtesting )
8- [ ![ PyPI downloads] ( https://img.shields.io/pypi/dd/backtesting.svg?color=skyblue&style=for-the-badge )] ( https://pypi .org/project /backtesting )
9- [ ![ Total downloads] ( https://img.shields.io/pepy/dt/backtesting?style=for-the-badge&label=%E2%88%91&color=skyblue )] ( https://pypi .org/project /backtesting )
8+ [ ![ PyPI downloads] ( https://img.shields.io/pypi/dd/backtesting.svg?color=skyblue&style=for-the-badge )] ( https://pypistats .org/packages /backtesting )
9+ [ ![ Total downloads] ( https://img.shields.io/pepy/dt/backtesting?style=for-the-badge&label=%E2%88%91&color=skyblue )] ( https://pypistats .org/packages /backtesting )
1010[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/kernc?color=pink&style=for-the-badge&label=%E2%99%A5 )] ( https://github.com/sponsors/kernc )
1111
1212Backtest trading strategies with Python.
1313
14- [ ** Project website** ] ( https://kernc.github.io/backtesting.py ) + [ Documentation]
14+ [ ** Project website** ] ( https://kernc.github.io/backtesting.py ) + [ Documentation] & nbsp ;& nbsp ; | & nbsp ; [ YouTube ]
1515
1616[ Documentation ] : https://kernc.github.io/backtesting.py/doc/backtesting/
17-
17+ [ YouTube ] : https://www.youtube.com/?q=%22backtesting.py%22
1818
1919Installation
2020------------
You canβt perform that action at this time.
0 commit comments