From 3eb16cdc58c0545e23d2702ab81c4a2fe3eb59ed 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 0000000..044bc94 --- /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)