Skip to content

Commit 8f3376c

Browse files
georgebidgitbook-bot
authored andcommitted
GITBOOK-17: No subject
1 parent 1b01b48 commit 8f3376c

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

contributing/umbraco-cms/contributing.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,34 @@ The following steps are a quick-start guide:
1515
Create a fork of [`Umbraco-CMS` on GitHub](https://github.com/umbraco/Umbraco-CMS)
1616

1717
![Fork the repository](img/forkrepository.png)
18-
2. **Clone**
1918

20-
When GitHub has created your fork, you can clone it in your favorite Git tool or on the command line with `git clone https://github.com/[YourUsername]/Umbraco-CMS`.
19+
{% embed url="https://youtu.be/8Ala994K5Ww" fullWidth="false" %}
2120

22-
![Clone the fork](img/clonefork.png)
23-
3. **Switch to the correct branch**
21+
2. **Clone**\
22+
When GitHub has created your fork, you can clone it in your favorite Git tool or on the command line with `git clone https://github.com/[YourUsername]/Umbraco-CMS`.
2423

25-
Switch to the `contrib` branch
24+
![Clone the fork](img/clonefork.png)
25+
26+
27+
28+
{% embed url="https://youtu.be/Vww4cb0FflE" %}
29+
30+
{% embed url="https://youtu.be/LPmyTcIXzAs" %}
31+
32+
3. **Switch to the correct branch**\
33+
Switch to the `contrib` branch
2634
4. **Build**
2735

2836
Build your fork of Umbraco locally [as described in the build documentation](build.md), you can build with any IDE that supports dotnet or the command line.
29-
5. **Branch**
3037

31-
Create a new branch now and name it after the issue you're fixing, we usually follow the format: `temp/12345`. This means it's a temporary branch for the particular issue you're working on, in this case issue number `12345`. Don't commit to `contrib`, create a new branch first.
38+
{% embed url="https://youtu.be/JFc8JDAWDtA" %}
39+
40+
{% embed url="https://youtu.be/MHCzFcN-yhI" %}
41+
42+
{% embed url="https://youtu.be/sWetLj4PGQI" %}
43+
44+
5. **Branch**\
45+
Create a new branch now and name it after the issue you're fixing, we usually follow the format: `temp/12345`. This means it's a temporary branch for the particular issue you're working on, in this case issue number `12345`. Don't commit to `contrib`, create a new branch first.
3246
6. **Change**
3347

3448
Make your changes, experiment, have fun, explore and learn, and don't be afraid. We welcome all contributions and will [happily give feedback](first-issue.md#questions).
@@ -41,7 +55,7 @@ The following steps are a quick-start guide:
4155

4256
On GitHub, in your forked repository (`https://github.com/[YourUsername]/Umbraco-CMS`) you will see a banner saying that you pushed a new branch and a button to make a pull request. Tap the button and follow the instructions.
4357

44-
Want to read further? [Creating a pull request and what happens next](creating-a-pr).
58+
Want to read further? [Creating a pull request and what happens next](creating-a-pr/).
4559

4660
## Further contribution guides
4761

0 commit comments

Comments
 (0)