From 7308dbccf1e6088298b298dec501eabc8e3bb117 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 13 Jul 2022 10:15:51 -0700 Subject: [PATCH] update project docs (#56) --- CONTRIBUTING.md | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb34f1fde..4dabd540f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ There are many ways to be an open source contributor, and we're here to help you on your way! You may: -* Propose ideas in our [discussion forums](https://github.com/TBD54566975/ssi-service/discussions) +* Propose ideas in our [discussion forums](https://forums.tbd.website/c/self-sovereign-identity-developers/7) * Raise an issue or feature request in our [issue tracker](https://github.com/TBD54566975/ssi-service/issues) * Help another contributor with one of their questions, or a code review * Suggest improvements to our Getting Started documentation by supplying a Pull Request @@ -86,13 +86,13 @@ via [GitHub Issues](https://github.com/TBD54566975/ssi-service/issues). ### Discussions Design discussions and proposals take place -on [GitHub Discussions](https://github.com/TBD54566975/ssi-service/discussions). +on the [TBD Forum](https://forums.tbd.website/c/self-sovereign-identity-developers/7). We advocate an asynchronous, written debate model - so write up your thoughts and invite the community to join in! ### Continuous Integration -Build and Test cycles are coming soon! +Build and test cycles are run via [GitHub Actions](https://github.com/TBD54566975/ssi-service/actions). ## Contribution diff --git a/README.md b/README.md index 421661492..a0cbf7576 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You should then be able to send requests as follows: The design of the service, at present, assumes it will be run by a single entity. Additional work is needed around authentication and authorization schemes to access the service and its functionalities, possible User Interfaces -to use the service, and much more! Please [open a discussion](https://github.com/TBD54566975/collaboration/discussions) +to use the service, and much more! Please [open a discussion](https://forums.tbd.website/c/self-sovereign-identity-developers/7) if you are interested in helping shape the future of this project. ## Contributing