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: docs/Getting Started/ContributingCode.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ git webkit setup
12
12
13
13
The `setup` sub-command of [git-webkit](https://github.com/WebKit/WebKit/tree/main/Tools/Scripts/git-webkit) configures your local WebKit checkout for contributing code to the WebKit project. This script will occasionally prompt the user for input. The script does the following:
14
14
15
-
* Set your [name](/WebKit/WebKit/wiki/Git-Config#username) and [email address](/WebKit/WebKit/wiki/Git-Config#useremail) for the WebKit repository
16
-
*[Make Objective-C diffs easier to digest](/WebKit/WebKit/wiki/Git-Config#diff)
15
+
* Set your [name](/Deep Dive/GitHub/GitConfig.html#username) and [email address](/Deep Dive/GitHub/GitConfig.html#useremail) for the WebKit repository
16
+
*[Make Objective-C diffs easier to digest](/Deep Dive/GitHub/GitConfig.html#diff)
17
17
* Setup a commit message generator
18
-
* Set an [editor for commit messages](/WebKit/WebKit/wiki/Git-Config#coreeditor)
18
+
* Set an [editor for commit messages](/Deep Dive/GitHub/GitConfig.html#coreeditor)
19
19
* Store a [GitHub API token](https://github.com/settings/tokens) in your system credential store
20
20
* Configure `git` to use the [GitHub API token](https://github.com/settings/tokens) when prompted for credentials, if using the HTTPS remote
21
-
* Create a [user owned fork](/WebKit/WebKit/wiki/Git-Config#Forking) of the WebKit repository
21
+
* Create a [user owned fork](/Deep Dive/GitHub/GitConfig.html#Forking) of the WebKit repository
22
22
23
23
## Submitting a pull request
24
24
@@ -71,7 +71,7 @@ To land a change, run `git-webkit land` from the branch to be landed. Note that
71
71
* Check to ensure a pull-request is approved and not blocked
72
72
* Insert reviewer names into the commit message
73
73
* Rebase the pull-request against its parent branch
74
-
*[Canonicalize](https://github.com/WebKit/WebKit/wiki/Source-Control#canonicalization) the commits to be landed
74
+
*[Canonicalize](/Deep Dive/GitHub/SourceControl#canonicalization) the commits to be landed
0 commit comments