From c1aad6e64aaf24c7b3c0607c5ea5bc211b49f8ea Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 6 Sep 2016 10:33:53 +0100 Subject: [PATCH] new: using gitchangelog to keep track of changes and log new features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e20868..09529065 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ For an in depth description of pull requests, please visit https://help.github.c For any further questions/suggestions head over to the issues section in GPy. -### Pull Request Guidelines + +### Pull Request Guidelines - Check your code with PEP8 or pylint. Try to stick to 80 columns wide. - Separate commits per smallest concern.