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: .github/CONTRIBUTING.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Contributing to Umbraco CMS
2
2
3
-
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
3
+
👍🎉 First of all, thanks for taking the time to contribute! 🎉👍
4
4
5
-
These contribution guidelines are mostly just that - guidelines, not rules. This is what we've found to work best over the years, but if you choose to ignore them, we still love you! 💖 Use your best judgement, and feel free to propose changes to this document in a pull request.
5
+
These contribution guidelines are mostly just that - guidelines, not rules. This is what we've found to work best over the years, but if you choose to ignore them, we still love you! 💖 Use your best judgment, and feel free to propose changes to this document in a pull request.
6
6
7
7
We have a guide on [what to consider before you start](contributing-before-you-start.md) and more detailed guides at the end of this article.
8
8
@@ -12,51 +12,51 @@ This guide describes each step to make your first contribution:
12
12
13
13
1.**Fork**
14
14
15
-
Create a fork of [`Umbraco-CMS` on GitHub](https://github.com/umbraco/Umbraco-CMS)
15
+
Create a fork of [`Umbraco-CMS` on GitHub](https://github.com/umbraco/Umbraco-CMS)
16
16
17
-

17
+

18
18
19
19
2.**Clone**
20
20
21
-
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`.
21
+
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`.
22
22
23
-

23
+

24
24
25
25
3.**Switch to the correct branch**
26
26
27
-
Switch to the `contrib` branch
27
+
Switch to the `main` branch
28
28
29
29
4.**Branch out**
30
30
31
-
Create a new branch based on `contrib` and name it after the issue you're fixing, For example: `v15/bugfix/18132-rte-tinymce-onchange-value-check`.
31
+
Create a new branch based on `main` and name it after the issue you're fixing. For example: `v15/bugfix/18132-rte-tinymce-onchange-value-check`.
32
32
33
-
Please follow this format for branches: `v{major}/{feature|bugfix|task}/{issue}-{description}`.
33
+
Please follow this format for branches: `v{major}/{feature|bugfix|task}/{issue}-{description}`.
34
34
35
-
This is a development branch for the particular issue you're working on, in this case a bug-fix for issue number `18132` that affects Umbraco v.15.
35
+
This is a development branch for the particular issue you're working on, in this case, a bug-fix for issue number `18132` that affects Umbraco v.15.
36
36
37
-
Don't commit to `contrib`, create a new branch first.
37
+
Don't commit to `main`, create a new branch first.
38
38
39
39
5.**Build or run a Development Server**
40
40
41
-
You can build or run a Development Server with any IDE that supports DotNet or the command line.
41
+
You can build or run a Development Server with any IDE that supports .NET or the command line.
42
42
43
-
Read [Build or run a Development Server](BUILD.md) for the right approach to your needs.
43
+
Read [Build or run a Development Server](BUILD.md) for the right approach to your needs.
44
44
45
45
6.**Change**
46
46
47
-
Make your changes, experiment, have fun, explore and learn, and don't be afraid. We welcome all contributions and will [happily give feedback](contributing-first-issue.md#questions).
47
+
Make your changes, experiment, have fun, explore and learn, and don't be afraid. We welcome all contributions and will [happily give feedback](contributing-first-issue.md#questions).
48
48
49
49
7.**Commit and push**
50
50
51
-
Done? Yay! 🎉
51
+
Done? Yay! 🎉
52
52
53
-
Remember to commit to your branch. When it's ready push the changes to your fork on GitHub.
53
+
Remember to commit to your branch. When it's ready, push the changes to your fork on GitHub.
54
54
55
55
8.**Create pull request**
56
56
57
-
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 instuctions.
57
+
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.
58
58
59
-
Want to read further? [Creating a pull request and what happens next](contributing-creating-a-pr.md).
59
+
Would you like to read further? [Creating a pull request and what happens next](contributing-creating-a-pr.md).
0 commit comments