From 5b3bea9d508fc3e7aaed40791cabe13566364972 Mon Sep 17 00:00:00 2001 From: GitHub Student Date: Mon, 30 Mar 2015 11:44:48 -0500 Subject: [PATCH 1/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d34e1a2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Guidelines for Contributors + +* Read the docs +* Build the project +* Run the tests +* Open a Pull Request From 6b2d639e18f317d165bb575b1f7d1110fb9cadf3 Mon Sep 17 00:00:00 2001 From: GitHub Student Date: Mon, 30 Mar 2015 11:55:32 -0500 Subject: [PATCH 2/2] Add proper punctuation per @githubteacher --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d34e1a2..f152341 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Guidelines for Contributors -* Read the docs -* Build the project -* Run the tests -* Open a Pull Request +* Read the docs. +* Build the project. +* Run the tests! +* Open a Pull Request.