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
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
* fix(server-side): Check that window is defined before using it, resolves #40
docs(contributing): Update contributing with github repo url
fix(server-side): Use window-or-global, resolves #40
* fix(server-side): Move devDependency to dependencies
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,21 +33,21 @@ If you want to help improve the docs, it's a good idea to let others know what y
33
33
34
34
### Setup
35
35
36
-
1. Fork the project by navigating to the main [repository](https://github.ibm.com/Bluemix/bluemix-components-react) and clicking the **Fork** button on the top-right corner.
36
+
1. Fork the project by navigating to the main [repository](https://github.com/carbon-design-system/carbon-components-react) and clicking the **Fork** button on the top-right corner.
37
37
38
38
2. Navigate to your forked repository and copy the **SSH url**. Clone your fork by running the following in your terminal:
See [GitHub docs](https://help.github.com/articles/fork-a-repo/) for more details on forking a repository.
46
46
47
-
3. Once cloned, you will see `origin` as your default remote, pointing to your personal forked repository. Add a remote named `upstream` pointing to the main `bluemix-components-react`:
47
+
3. Once cloned, you will see `origin` as your default remote, pointing to your personal forked repository. Add a remote named `upstream` pointing to the main `carbon-components-react`:
@@ -91,13 +91,9 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. H
91
91
$ git push origin { YOUR_BRANCH_NAME }
92
92
```
93
93
94
-
7. In Github, navigate to [Bluemix/bluemix-components-react](https://github.ibm.com/Bluemix/bluemix-components-react) and click the button that reads "Compare & pull request".
7. In Github, navigate to [carbon-design-system/carbon-components-react](https://github.com/carbon-design-system/carbon-components-react) and click the button that reads "Compare & pull request".
97
95
98
96
8. Write a title and description, the click "Create pull request".
0 commit comments