File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,13 @@ Some common invocations of `x.py` are:
237
237
## Pull Requests
238
238
239
239
Pull requests are the primary mechanism we use to change Rust. GitHub itself
240
- has some [ great documentation] [ pull-requests ] on using the Pull Request
241
- feature. We use the 'fork and pull' model described there.
240
+ has some [ great documentation] [ pull-requests ] on using the Pull Request feature.
241
+ We use the "fork and pull" model [ described here] [ development-models ] , where
242
+ contributors push changes to their personal fork and create pull requests to
243
+ bring those changes into the source repository.
242
244
243
- [ pull-requests ] : https://help.github.com/articles/using-pull-requests/
245
+ [ pull-requests ] : https://help.github.com/articles/about-pull-requests/
246
+ [ development-models ] : https://help.github.com/articles/about-collaborative-development-models/
244
247
245
248
Please make pull requests against the ` master ` branch.
246
249
You can’t perform that action at this time.
0 commit comments