forked from umbraco/Umbraco-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Grammatical errors (umbraco#6857)
- Loading branch information
1 parent
150cd07
commit 5f83f19
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
|
||
👍🎉 First off, thanks for taking the time to contribute! 🎉👍 | ||
|
||
The following is a set of guidelines for contributing to Umbraco CMS. | ||
The following is a set of guidelines, for contributing to Umbraco CMS. | ||
|
||
These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. | ||
These are mostly guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a pull request. | ||
|
||
Remember, we're a friendly bunch and are happy with whatever contribution you might provide. Below are guidelines for success that we've gathered over the years. If you choose to ignore them then we still love you 💖. | ||
|
||
**Code of conduct** | ||
|
||
This project and everyone participating in it is governed by the [our Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [Sebastiaan Janssen - [email protected]](mailto:[email protected]). | ||
This project and everyone participating in it, is governed by the [our Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [Sebastiaan Janssen - [email protected]](mailto:[email protected]). | ||
|
||
**Table of contents** | ||
|
||
|
@@ -169,9 +169,9 @@ If you make the corrections we ask for in the same branch and push them to your | |
|
||
### Keeping your Umbraco fork in sync with the main repository | ||
|
||
We recommend you sync with our repository before you submit your pull request. That way, you can fix any potential merge conflicts and make our lives a little bit easier. | ||
We recommend you to sync with our repository before you submit your pull request. That way, you can fix any potential merge conflicts and make our lives a little bit easier. | ||
|
||
Also, if you submitted a pull request three weeks ago and want to work on something new, you'll want to get the latest code to build against of course. | ||
Also, if you have submitted a pull request three weeks ago and want to work on something new, you'll want to get the latest code to build against of course. | ||
|
||
To sync your fork with this original one, you'll have to add the upstream url. You only have to do this once: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters