From 826a6b4453b60630f9b564cfd10f0c3d6439b9f6 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 28 Aug 2017 18:34:35 +0200 Subject: [PATCH] Add some notes to CONTRIBUTING.md. --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8a5f2f..60aa841 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,8 @@ -We <3 Pull Requests! Only two things: +We <3 Pull Requests! Three core things: 1. If you are adding functionality or fixing a bug, please add a test! 2. Add your name to AUTHORS.txt 3. Use the PEP8 style guide. + + If you want to add methods to the parser tree, we will need to discuss this in + an issue first.