From ef2bd0a053638d1bd3f6ca380fb0957268df2aa0 Mon Sep 17 00:00:00 2001 From: Manuel Penaloza Date: Tue, 7 Nov 2017 13:26:00 +0100 Subject: [PATCH 1/5] add intro video topics and linked scenes to directly navigate to --- content/docs/how-to-contribute.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index d504a7ddd..735fae737 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -145,6 +145,13 @@ However, there are still some styles that the linter cannot pick up. If you are You may be interested in watching [this short video](https://www.youtube.com/watch?v=wUpPsEcGsg8) (26 mins) which gives an introduction on how to contribute to React. +#### Available topics in this video directly linked: +- build and test React locally [>](https://youtu.be/wUpPsEcGsg8?t=4m12s) +- how to create and send pull requests to the React repository and how those are handled on project maintainer side [>](https://youtu.be/wUpPsEcGsg8?t=6m7s) +- structure and organiztion of code: src files, entry points and module system [>](https://youtu.be/wUpPsEcGsg8?t=8m25s) +- inspection and explanation of build/dist code pushed to npm registry [>](https://youtu.be/wUpPsEcGsg8?t=14m43s) +- what to consider when adding new React features [>](https://youtu.be/wUpPsEcGsg8?t=19m15s) + ### Meeting Notes React team meets once a week to discuss the development of React, future plans, and priorities. You can find the meeting notes in a [dedicated repository](https://github.com/reactjs/core-notes/). From 955cf6ad7bc4f79a6aa72240a21eef977beb16aa Mon Sep 17 00:00:00 2001 From: Manuel Penaloza Date: Tue, 7 Nov 2017 14:47:49 +0100 Subject: [PATCH 2/5] opimization of text and video links --- content/docs/how-to-contribute.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index 735fae737..45c6fe94a 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -146,11 +146,11 @@ However, there are still some styles that the linter cannot pick up. If you are You may be interested in watching [this short video](https://www.youtube.com/watch?v=wUpPsEcGsg8) (26 mins) which gives an introduction on how to contribute to React. #### Available topics in this video directly linked: -- build and test React locally [>](https://youtu.be/wUpPsEcGsg8?t=4m12s) -- how to create and send pull requests to the React repository and how those are handled on project maintainer side [>](https://youtu.be/wUpPsEcGsg8?t=6m7s) -- structure and organiztion of code: src files, entry points and module system [>](https://youtu.be/wUpPsEcGsg8?t=8m25s) -- inspection and explanation of build/dist code pushed to npm registry [>](https://youtu.be/wUpPsEcGsg8?t=14m43s) -- what to consider when adding new React features [>](https://youtu.be/wUpPsEcGsg8?t=19m15s) +- Building and testing React locally [4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) +- Creating and sending pull requests [6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) +- Organizing code [8:25](https://youtu.be/wUpPsEcGsg8?t=8m25s) +- React npm registry [14:43](https://youtu.be/wUpPsEcGsg8?t=14m43s) +- Adding new React features [19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) ### Meeting Notes From d1d85f340a5e18c7cc82ed5b840abd5fcd4e3860 Mon Sep 17 00:00:00 2001 From: Manuel Penaloza Date: Tue, 7 Nov 2017 14:48:58 +0100 Subject: [PATCH 3/5] change headline --- content/docs/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index 45c6fe94a..a0790a934 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -145,7 +145,7 @@ However, there are still some styles that the linter cannot pick up. If you are You may be interested in watching [this short video](https://www.youtube.com/watch?v=wUpPsEcGsg8) (26 mins) which gives an introduction on how to contribute to React. -#### Available topics in this video directly linked: +#### Video highlights: - Building and testing React locally [4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) - Creating and sending pull requests [6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) - Organizing code [8:25](https://youtu.be/wUpPsEcGsg8?t=8m25s) From 45e7c494fb020b1cebf563aae15e0412022376ec Mon Sep 17 00:00:00 2001 From: Manuel Penaloza Date: Tue, 7 Nov 2017 14:52:15 +0100 Subject: [PATCH 4/5] switched text<>links positions --- content/docs/how-to-contribute.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index a0790a934..3cacd9642 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -146,11 +146,11 @@ However, there are still some styles that the linter cannot pick up. If you are You may be interested in watching [this short video](https://www.youtube.com/watch?v=wUpPsEcGsg8) (26 mins) which gives an introduction on how to contribute to React. #### Video highlights: -- Building and testing React locally [4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) -- Creating and sending pull requests [6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) -- Organizing code [8:25](https://youtu.be/wUpPsEcGsg8?t=8m25s) -- React npm registry [14:43](https://youtu.be/wUpPsEcGsg8?t=14m43s) -- Adding new React features [19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) +- [4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) Building and testing React locally +- [6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) Creating and sending pull requests +- [8:25](https://youtu.be/wUpPsEcGsg8?t=8m25s) Organizing code +- [14:43](https://youtu.be/wUpPsEcGsg8?t=14m43s) React npm registry +- [19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) Adding new React features ### Meeting Notes From 0596de747bed1a67e3822bd9b5ba12cc90d294d8 Mon Sep 17 00:00:00 2001 From: Manuel Penaloza Date: Tue, 7 Nov 2017 14:57:15 +0100 Subject: [PATCH 5/5] add dash symbols as separator --- content/docs/how-to-contribute.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index 3cacd9642..9e2e38a58 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -146,11 +146,11 @@ However, there are still some styles that the linter cannot pick up. If you are You may be interested in watching [this short video](https://www.youtube.com/watch?v=wUpPsEcGsg8) (26 mins) which gives an introduction on how to contribute to React. #### Video highlights: -- [4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) Building and testing React locally -- [6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) Creating and sending pull requests -- [8:25](https://youtu.be/wUpPsEcGsg8?t=8m25s) Organizing code -- [14:43](https://youtu.be/wUpPsEcGsg8?t=14m43s) React npm registry -- [19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) Adding new React features +- [4:12](https://youtu.be/wUpPsEcGsg8?t=4m12s) - Building and testing React locally +- [6:07](https://youtu.be/wUpPsEcGsg8?t=6m7s) - Creating and sending pull requests +- [8:25](https://youtu.be/wUpPsEcGsg8?t=8m25s) - Organizing code +- [14:43](https://youtu.be/wUpPsEcGsg8?t=14m43s) - React npm registry +- [19:15](https://youtu.be/wUpPsEcGsg8?t=19m15s) - Adding new React features ### Meeting Notes