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
Update CONTRIBUTING.md to reference contribute.jquery.org docs instead of duplicating instructions. Also revise the section on how to use GitHub UI for creating new content
6. Install local build dependencies -- `npm install`
134
-
7. Copy the `config-sample.json` file to `config.json`
135
-
8. Edit `config.json` to use the username and password for your local WordPress network
136
-
9. Build and deploy the files to your local WordPress -- `grunt`
137
-
138
-
***Windows note:** Line endings need to be Unix-style (line-feed only). Make sure your text editor creates new files with Unix-style line endings. In addition, the following setting to your git config will keep the Unix-style line endings when pulling from the repository.*
114
+
***Windows note:** Line endings need to be Unix-style (line-feed only). Make
115
+
sure your text editor creates new files with Unix-style line endings. In
116
+
addition, the following setting to your git config will keep the Unix-style
117
+
line endings when pulling from the repository.*
139
118
140
119
```
141
120
$ git config --global core.autocrlf true
142
121
```
143
122
144
-
At this point, if you refresh your `local.learn.jquery.com`, your local
145
-
instance should be populated with all of the site content. If it isn't,
146
-
or you're having trouble with any of these steps, please come and
147
-
[seek out some assistance](#getting-help).
148
-
149
123
### Working With Content
150
124
151
125
Once you've gotten your environment working, here are the general steps you should follow to make your changes:
@@ -159,6 +133,10 @@ Once you've gotten your environment working, here are the general steps you shou
159
133
7. Push the files to your GitHub remote -- `git push origin <feature/issue name/number>`
160
134
8. Go to your fork on GitHub and submit a new [pull request](https://help.github.com/articles/using-pull-requests).
161
135
136
+
For more advice on managing your fork and submitting pull requests to jQuery
0 commit comments