diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9f087898..1a121779c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,17 +27,17 @@ Identus is a self-sovereign identity (SSI) platform and service suite for verifi The complete platform is separated into multiple repositories: * [identus-cloud-agent](https://github.com/hyperledger/identus-cloud-agent) - Repo that contains the servers Building Blocks. -* [edge-agent-sdk-swift](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift) - Repo for the Swift version of the SDK. -* [edge-agent-sdk-ts](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts) - Repo for the TS version of the SDK. -* [mediator](https://github.com/input-output-hk/atala-prism-mediator) - Repo for DIDComm V2 Mediator +* [edge-agent-sdk-swift](https://github.com/hyperledger/identus-edge-agent-sdk-swift/) - Repo for the Swift version of the SDK. +* [edge-agent-sdk-ts](https://github.com/hyperledger/identus-edge-agent-sdk-ts/) - Repo for the TS version of the SDK. +* [mediator](https://github.com/hyperledger/identus-mediator/) - Repo for DIDComm V2 Mediator ### Edge Agent SDK KMP -Edge Agent SDK KMP software development kit will help adoption within Kotlin platforms (Java/Android) by providing key functionalities. For more information about the SDK, please have a look at the [Readme](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/blob/main/README.md) +Edge Agent SDK KMP software development kit will help adoption within Kotlin platforms (Java/Android) by providing key functionalities. For more information about the SDK, please have a look at the [Readme](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/blob/main/README.md) ### Your First Code Contribution -Unsure where to begin contributing to Edge Agent SDK KMP? You can start by looking through the [Readme](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/blob/main/README.md) that provides all the steps to setup your environment. +Unsure where to begin contributing to Edge Agent SDK KMP? You can start by looking through the [Readme](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/blob/main/README.md) that provides all the steps to setup your environment. ### Pull Requests @@ -50,7 +50,7 @@ The process described here has several goals: Please follow these steps to have your contribution considered by the maintainers: -1. Follow all instructions in [the template](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/blob/main/.github/PULL_REQUEST_TEMPLATE.md) +1. Follow all instructions in [the template](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/blob/main/.github/PULL_REQUEST_TEMPLATE.md) 2. Follow the [styleguides](#styleguides) 3. After you submit your pull request, verify that all [status checks](https://help.github.com/articles/about-status-checks/) are passing
What if the status checks are failing?If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.
@@ -60,15 +60,15 @@ While the prerequisites above must be satisfied prior to having your pull reques This section guides you through submitting a bug report for Edge Agent SDK KMP. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behaviour :computer: :computer:, and find related reports :mag_right:. -Before creating bug reports, please check [this list](#before-submitting-a-bug-report), as you might not need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/blob/main/.github/ISSUE_TEMPLATE/1-bug-report.yaml), the information it asks for helps us resolve issues faster. +Before creating bug reports, please check [this list](#before-submitting-a-bug-report), as you might not need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/blob/main/.github/ISSUE_TEMPLATE/1-bug-report.yaml), the information it asks for helps us resolve issues faster. > **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one. * **You might be able to find the cause of the problem and fix things yourself by Debugging**. Most importantly, check if you can reproduce the problem in the latest version. -* **Check the [Readme](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/blob/main/README.md) ** if you have problems with the setup and the [discussions](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/discussions)** for a list of common questions and problems. +* **Check the [Readme](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/blob/main/README.md)** if you have problems with the setup and the [discussions](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/discussions) for a list of common questions and problems. * **Perform a cursory search to see if the problem has already been reported**. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one. -Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on that repository and provide the following information by filling in [the template](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/new/choose). +Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on that repository and provide the following information by filling in [the template](https://github.com/hyperledger/identus-edge-agent-sdk-kmp/issues/new/choose). Explain the problem and include additional details to help maintainers reproduce the problem: