mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-24 22:43:07 +02:00
12 lines
623 B
Markdown
12 lines
623 B
Markdown
### Filing New Issues
|
|
|
|
* Check that your issue is not already described in the [FAQ](docs/FAQ.md) or [troubleshooting](docs/TROUBLESHOOTING.md) docs
|
|
* 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
|
|
|
|
### Pull Requests
|
|
|
|
* Run [ansible-lint](https://github.com/willthames/ansible-lint) or [shellcheck](https://github.com/koalaman/shellcheck) on any new scripts
|
|
|
|
Thanks!
|