Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md links (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Garcia <[email protected]>
  • Loading branch information
essbante-io authored and cristianIOHK committed Aug 27, 2024
1 parent 46dd4cc commit 1e4d82f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <details><summary>What if the status checks are failing?</summary>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.</details>

Expand All @@ -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:

Expand Down

0 comments on commit 1e4d82f

Please sign in to comment.