algo/CONTRIBUTING.md

15 lines
532 B
Markdown
Raw Normal View History

2016-10-16 15:47:35 +00:00
### Troubleshooting
2016-08-24 07:27:29 +00:00
2016-10-16 15:47:35 +00:00
* Check that you installed all the dependencies with pip and have Ansible 2.1+
2016-10-13 13:27:06 +00:00
* If installing to a local server, use a fresh install of Ubuntu 16.04
2016-10-16 15:47:35 +00:00
### Filing New Issues
2016-10-13 13:27:06 +00:00
* Please review the [FAQ](https://github.com/trailofbits/algo#faq)
2016-10-16 15:47:35 +00:00
* Please include the full output from your terminal window if appropriate
2016-08-24 07:27:29 +00:00
2016-10-16 15:47:35 +00:00
### Pull Requests
2016-08-24 07:27:29 +00:00
2016-10-16 15:47:35 +00:00
* 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