Skip to content

Commit 76fcb4a

Browse files
authored
Change CONTRIBUTING.md to fit the new github style and also the branc… (#19246)
Change CONTRIBUTING.md to fit the new github style and also the branch to fork as there is no more contrib branch
1 parent c20b0ab commit 76fcb4a

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/CONTRIBUTING.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing to Umbraco CMS
22

3-
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
3+
👍🎉 First of all, thanks for taking the time to contribute! 🎉👍
44

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.
66

77
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.
88

@@ -12,51 +12,51 @@ This guide describes each step to make your first contribution:
1212

1313
1. **Fork**
1414

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)
1616

17-
![Fork the repository](img/forkrepository.png)
17+
![Fork the repository](img/forkrepositorynew.png)
1818

1919
2. **Clone**
2020

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`.
2222

23-
![Clone the fork](img/clonefork.png)
23+
![Clone the fork](img/cloneforknew.png)
2424

2525
3. **Switch to the correct branch**
2626

27-
Switch to the `contrib` branch
27+
Switch to the `main` branch
2828

2929
4. **Branch out**
3030

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`.
3232

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}`.
3434

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.
3636

37-
Don't commit to `contrib`, create a new branch first.
37+
Don't commit to `main`, create a new branch first.
3838

3939
5. **Build or run a Development Server**
4040

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.
4242

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.
4444

4545
6. **Change**
4646

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).
4848

4949
7. **Commit and push**
5050

51-
Done? Yay! 🎉
51+
Done? Yay! 🎉
5252

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.
5454

5555
8. **Create pull request**
5656

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.
5858

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).
6060

6161
## Further contribution guides
6262

.github/img/cloneforknew.png

26.5 KB
Loading

.github/img/forkrepositorynew.png

33.5 KB
Loading

0 commit comments

Comments
 (0)