algo/CONTRIBUTING.md

13 lines
651 B
Markdown
Raw Normal View History

2016-10-16 15:47:35 +00:00
### Filing New Issues
2017-02-07 22:01:31 +00:00
* Check that your issue is not already described in the [FAQ](https://github.com/trailofbits/algo#faq) or [troubleshooting](docs/TROUBLESHOOTING.md) docs
2017-02-07 22:08:44 +00:00
* Did you remember to install the dependencies for your operating system prior to installing Algo?
* Client supported is limited to only modern operating systems, e.g. macOS 10.11+, iOS 9+, Windows 8+, Ubuntu 16.04+, etc.
* If you need to file an issue, fill out any relevant fields in the Issue Template
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
2017-02-07 22:01:31 +00:00
* Run [ansible-lint](https://github.com/willthames/ansible-lint) or [shellcheck](https://github.com/koalaman/shellcheck) on any new scripts
2017-02-07 22:08:44 +00:00
Thanks!