Skip to content

Commit

Permalink
better contributor guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dguido committed Oct 16, 2016
1 parent f76c269 commit d62b302
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
### Common Issues
### Troubleshooting

* Check that you're using at least Ansible 2.1
* Check that you installed all the dependencies with pip and have Ansible 2.1+
* If installing to a local server, use a fresh install of Ubuntu 16.04

### Filing New Issues

* Please review the [FAQ](https://github.com/trailofbits/algo#faq)
* Please include the full output from your terminal window if appropriate

### Coding Guidelines
### Pull Requests

* Please review any Pull Requests with [ansible-lint](https://github.com/willthames/ansible-lint)
* Run [ansible-lint](https://github.com/willthames/ansible-lint) on any new ansible scripts
* Run [shellcheck](https://github.com/koalaman/shellcheck) on any new shell scripts

0 comments on commit d62b302

Please sign in to comment.