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: contributing/umbraco-cms/contributing.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,34 @@ The following steps are a quick-start guide:
15
15
Create a fork of [`Umbraco-CMS` on GitHub](https://github.com/umbraco/Umbraco-CMS)
16
16
17
17

18
-
2.**Clone**
19
18
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`.
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`.
24
23
25
-
Switch to the `contrib` branch
24
+

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
26
34
4.**Build**
27
35
28
36
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**
30
37
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.
32
46
6.**Change**
33
47
34
48
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:
41
55
42
56
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.
43
57
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/).
0 commit comments