Skip to content

Commit 1be3326

Browse files
committed
DOC: Further minor readme updates
1 parent ab40cf5 commit 1be3326

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ Pull requests
7878
-------------
7979
A 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]
8283
for inspiration.
8384

85+
Every new feature must be accompanied by a unit test.
86+
8487
Please help review [existing PRs] you wish to see included.
8588

8689
[code-review]: https://mtlynch.io/code-review-love/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1212
Backtest 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]   |  [YouTube]
1515

1616
[Documentation]: https://kernc.github.io/backtesting.py/doc/backtesting/
17-
17+
[YouTube]: https://www.youtube.com/?q=%22backtesting.py%22
1818

1919
Installation
2020
------------

0 commit comments

Comments
 (0)