diff --git a/README.md b/README.md index 13fcff1..91db3ac 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A [csp](https://github.com/point72/csp) adapter for [symphony](https://symphony. ## Features +The Symphony adapter allows for reading and writing of messages from the [Symphony](https://symphony.com/) message platform using [`requests`](https://requests.readthedocs.io/en/latest/) and the [Symphony SDK](https://docs.developers.symphony.com/). + [More information is available in our wiki](https://github.com/Point72/csp-adapter-symphony/wiki) ## Installation diff --git a/docs/wiki/Contribute.md b/docs/wiki/Contribute.md index 803bb6f..ab7c899 100644 --- a/docs/wiki/Contribute.md +++ b/docs/wiki/Contribute.md @@ -1,6 +1,8 @@ Contributions are welcome on this project. We distribute under the terms of the [Apache 2.0 license](https://github.com/Point72/csp-adapter-symphony/blob/main/LICENSE). -> [!NOTE] > `csp-adapter-symphony` requires [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) for all contributions. +> [!NOTE] +> +> `csp-adapter-symphony` requires [Developer Certificate of Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) for all contributions. > This is enforced by a [Probot GitHub App](https://probot.github.io/apps/dco/), which checks that commits are "signed". > Read [instructions to configure commit signing](Local-Development-Setup#configure-commit-signing).