From 0c19892158609d1eb64015f84e53eb5685c97441 Mon Sep 17 00:00:00 2001 From: Max Campbell Date: Tue, 26 Mar 2019 09:32:21 +0100 Subject: Add initial README.md and CONTRIBUTING.md --- CONTRIBUTING.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d2f6952 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +# Contributing + +Before making a pull request +1. Tidy your commits into the format below +2. Deploy the playbook your self (if you have permissions) +3. Does it work? If not, fix it and goto 1 +4. Create a pull request :) + +## Commit style + +Please create commits for each logical change, +and use this format for your git commits + +``` +: : + +< more descriptive text > +``` +example: +``` +jumbotron: irssi: cleanup .irssi/config + +Consistently indent everything with 2 spaces, +and add a newline at end of file. +``` -- cgit v1.2.1