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: CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ _Lets get started!!!_
16
16
Fork the code
17
17
-------------
18
18
19
-
In your browser, navigate to: [https://github.com/okta/okta-logger-swift](https://github.com/okta/okta-os)
19
+
In your browser, navigate to: [https://github.com/okta/okta-utils-swift](https://github.com/okta/okta-os)
20
20
21
21
Fork the repository by clicking on the 'Fork' button on the top right hand side. The fork will happen and you will be taken to your own fork of the repository. Copy the Git repository URL by clicking on the clipboard next to the URL on the right hand side of the page under '**HTTPS** clone URL'. You will paste this URL when doing the following `git clone` command.
22
22
23
23
On your computer, follow these steps to setup a local repository for working on the Okta Logger SDK:
@@ -88,7 +88,7 @@ Now that the `feature_x` branch has been pushed to your GitHub repository, you c
88
88
89
89
To initiate the pull request, do the following:
90
90
91
-
1. In your browser, navigate to your forked repository: [https://github.com/YOUR_ACCOUNT/okta-logger-swift](https://github.com/YOUR_ACCOUNT/okta-logger-swift)
91
+
1. In your browser, navigate to your forked repository: [https://github.com/YOUR_ACCOUNT/okta-utils-swift](https://github.com/YOUR_ACCOUNT/okta-utils-swift)
92
92
2. Click the new button called '**Compare & pull request**' that showed up just above the main area in your forked repository
93
93
3. Validate the pull request will be into the upstream `master` and will be from your `feature_x` branch
94
94
4. Enter a detailed description of the work you have done and then click '**Send pull request**'
0 commit comments