diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bbc486 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +**/.DS_Store +.edgerc +**/.edgerc +.idea +**/.idea‚ +**/__pycache__/* diff --git a/README.md b/README.md index 75d61bc..b0b7ee9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,13 @@ Contributions to this software can be provided via [Pull Requests](https://docs. ## Support -Akamai ULS is provided "as-is". It is not supported by Akamai Support. Akamai is neither liable for the function nor for any caused problems that come along with the usage or caused by this tool. To report an issue, feature request or bug, please open a new issue into the [GitHub Issues page](https://github.com/akamai/uls/issues). -This software is released under the "Apache License". Please refer to the [LICENSE](./LICENSE) document for more information. +Akamai ULS is provided "as-is". It is not supported by Akamai Support. Akamai is neither liable for the function nor for any caused problems that come along with the usage or caused by this tool. Please refer to the [LICENSE](./LICENSE) document for more information. + +To report an issue, feature request or bug, please open a new issue into the [GitHub Issues page](https://github.com/akamai/uls/issues). +This software is released under the "Apache License". Please visit the [debugging instructions](./docs/DEBUGGING.md) before opening a bug request. [Pull requests](#development) to improve the code or enhance the functionality are welcome. + +## LINKS / REFERENCES +[The ULS Project on GitHub](https://github.com/akamai/uls) +[The ULS Project on Dockerhub](https://hub.docker.com/r/akamai/uls)