From 9762c481a77f0b06f3aec5bee1fe8a6c346630c9 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 25 May 2019 12:52:31 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cf57e0..60f0c25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,7 @@ A good PR should hit these essentials. Basic Checklist: - [ ] Works on both Python 2.7 & Python 3.x - [ ] Commit message includes the relevant issue number + - [ ] Pull request description contains link to relevant issue - [ ] Bug fix / feature has associated tests - [ ] README.md is updated (if relevant) - [ ] PR has summary of the change and links to the detailed issue.