From a395a14eeb740151edb48251befa307bed3fb837 Mon Sep 17 00:00:00 2001 From: gcarq Date: Sat, 16 Dec 2017 03:40:06 +0100 Subject: [PATCH] adapt README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa80c9e26..d2c016690 100644 --- a/README.md +++ b/README.md @@ -231,5 +231,5 @@ $ pytest freqtrade Feel like our bot is missing a feature? We welcome your pull requests! Few pointers for contributions: - Create your PR against the `develop` branch, not `master`. -- New features need to contain unit tests. +- New features need to contain unit tests and must be PEP8 conform (`max-line-length = 100`). - If you are unsure, discuss the feature on [slack](https://join.slack.com/t/highfrequencybot/shared_invite/enQtMjQ5NTM0OTYzMzY3LWMxYzE3M2MxNDdjMGM3ZTYwNzFjMGIwZGRjNTc3ZGU3MGE3NzdmZGMwNmU3NDM5ZTNmM2Y3NjRiNzk4NmM4OGE) or in a [issue](https://github.com/gcarq/freqtrade/issues) before a PR.