forked from trailofbits/algo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
### Troubleshooting | ||
|
||
* Check that all necessary dependencies are installed, including the correct version of Ansible | ||
* If installing to a local server, use a fresh install of Ubuntu 16.04 | ||
* Check that your issue is not already described in the [troubleshooting](docs/TROUBLESHOOTING.md) docs | ||
|
||
### Filing New Issues | ||
|
||
* Please review the [FAQ](https://github.com/trailofbits/algo#faq) | ||
* Please include the full output from your terminal window if appropriate | ||
* We only support macOS 10.11+, Windows 8+, and Ubuntu 16.04+ | ||
* Check that your issue is not already described in the [FAQ](https://github.com/trailofbits/algo#faq) or [troubleshooting](docs/TROUBLESHOOTING.md) docs | ||
* Check that all necessary dependencies are installed, including the correct version of Ansible | ||
* Algo VPN client supported is limited to only modern operating systems, e.g. macOS 10.11+, iOS 9+, Windows 8+, Ubuntu 16.04+, etc. | ||
* If your issue has not been resolved by the above, file an issue and fill out the requested information from the Issue Template | ||
|
||
### Pull Requests | ||
|
||
* 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 | ||
* Run [ansible-lint](https://github.com/willthames/ansible-lint) or [shellcheck](https://github.com/koalaman/shellcheck) on any new scripts | ||
|
||
Thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters