From ddc439624135af2733b2d1cf4560bd5bc9e8cdc0 Mon Sep 17 00:00:00 2001 From: Jonathan Bowers Date: Sun, 30 Oct 2016 15:11:08 -0700 Subject: [PATCH] markdown lines should be less than 80 char --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01d46e1..5097533 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ ## Making a pull request -In general, try to follow [github flow](https://guides.github.com/introduction/flow/). Basically you should fork, make a branch, and make a pull request from your branch to master +In general, try to follow [github +flow](https://guides.github.com/introduction/flow/). Basically you should fork, +make a branch, and make a pull request from your branch to master Please keep your commits short, clean, and concise.