From 8e61d9a96b50dc4eace638529a8874ee9a081339 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Wed, 24 Aug 2016 09:27:29 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..044bc94e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +### Common Errors + +* Check that you're using at least Ansible 2.1 +* If installing to a local server, try using a fresh install + +### Filing Issues + +* Please review the [FAQ](https://github.com/trailofbits/algo#faq) in the readme + +### Coding Guidelines + +* Please review any Pull Requests with [ansible-lint](https://github.com/willthames/ansible-lint)