You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The contributor guidelines are intended to make the contribution process easy an
15
15
16
16
Before contributing, consider the following:
17
17
18
-
- If you want to report an issue, click [issues](https://github.com/dfinity/cbor-js/issues).
18
+
- If you want to report an issue, click [issues](https://github.com/dfinity/typedoc-plugin-icp-docs/issues).
19
19
- If you have more general questions related to this package and its use, post a message to the [community forum](https://forum.dfinity.org/).
20
20
- If you are reporting a bug, provide as much information about the problem as possible.
21
21
- If you want to contribute directly to this repository, typical fixes might include any of the following:
@@ -40,7 +40,7 @@ This section describes the most common workflow scenarios:
40
40
41
41
To open a new issue:
42
42
43
-
1. Click [create a new issue](https://github.com/dfinity/cbor-js/issues/new).
43
+
1. Click [create a new issue](https://github.com/dfinity/typedoc-plugin-icp-docs/issues/new).
44
44
2. Type a title and description, then click **Submit new issue**.
45
45
- Be as clear and descriptive as possible.
46
46
- For any problem, describe it in detail, including details about the crate, the version of the code you are using, the results you expected, and how the actual results differed from your expectations.
@@ -50,7 +50,7 @@ To open a new issue:
50
50
If you want to submit a pull request to fix an issue or add a feature, here's a summary of what you need to do:
51
51
52
52
1. Make sure you have a GitHub account, an internet connection, and access to a terminal shell or GitHub Desktop application for running commands.
53
-
2. Navigate to the [repository's homepage](https://github.com/dfinity/cbor-js) in a web browser.
53
+
2. Navigate to the [repository's homepage](https://github.com/dfinity/typedoc-plugin-icp-docs) in a web browser.
54
54
3. Click **Fork** to create a copy of the repository under your GitHub account or organization name.
55
55
4. Clone the forked repository to your local machine.
56
56
5. Create a new branch for your fix by running a command similar to the following:
0 commit comments