Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit b8c56c7

Browse files
committed
Merge branch 'origin/main' into develop
2 parents 62e1085 + 972bdda commit b8c56c7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bug report best practices: [Submitting Issues](https://github.com/xamarin/Essentials/blob/master/SUBMITTING-ISSUES.md)
1+
Bug report best practices: [Submitting Issues](https://github.com/xamarin/Essentials/blob/main/SUBMITTING-ISSUES.md)
22

33
### Description
44

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Describe any non-bug related behavioral changes that may change how users app be
3939

4040
- [ ] Has tests (if omitted, state reason in description)
4141
- [ ] Has samples (if omitted, state reason in description)
42-
- [ ] Rebased on top of master at time of PR
42+
- [ ] Rebased on top of `main` at time of PR
4343
- [ ] Changes adhere to coding standard
4444
- [ ] Updated documentation ([see walkthrough](https://github.com/xamarin/Essentials/wiki/Documenting-your-code-with-mdoc))

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Follow the style used by the [.NET Foundation](https://github.com/dotnet/runtime
9393
- We will **not** use `_` or `s_` as a prefix for internal or private field names
9494
- We will use `camelCaseFieldName` for naming internal or private fields in both instance and static implementations
9595

96-
Read and follow our [Pull Request template](https://github.com/xamarin/Essentials/blob/master/.github/PULL_REQUEST_TEMPLATE.md)
96+
Read and follow our [Pull Request template](https://github.com/xamarin/Essentials/blob/main/.github/PULL_REQUEST_TEMPLATE.md)
9797

9898
### Proposals
9999

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ iOS, Android, and UWP offer unique operating system and platform APIs that devel
1010

1111
| Build Server | Type | Platform | Status |
1212
|--------------|--------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13-
| VSTS | Build | Windows | [![Build Status](https://dev.azure.com/devdiv/DevDiv/_apis/build/status/Xamarin/Components/Xamarin.Essentials?branchName=master)](https://dev.azure.com/xamarin/public/_build?definitionId=7&_a=summary) |
14-
| App Center | Sample App | Android | [![Build status](https://build.appcenter.ms/v0.1/apps/7a1f46ca-ba2f-477e-aacc-ff013c7d5f7a/branches/master/badge)](https://appcenter.ms) |
15-
| App Center | Sample App | iOS | [![Build status](https://build.appcenter.ms/v0.1/apps/43b39e9e-2b2b-482f-8afa-e9906334c85e/branches/master/badge)](https://appcenter.ms) |
13+
| VSTS | Build | Windows | [![Build Status](https://dev.azure.com/devdiv/DevDiv/_apis/build/status/Xamarin/Components/Xamarin.Essentials?branchName=main)](https://dev.azure.com/xamarin/public/_build?definitionId=7&_a=summary) |
14+
| App Center | Sample App | Android | [![Build status](https://build.appcenter.ms/v0.1/apps/7a1f46ca-ba2f-477e-aacc-ff013c7d5f7a/branches/main/badge)](https://appcenter.ms) |
15+
| App Center | Sample App | iOS | [![Build status](https://build.appcenter.ms/v0.1/apps/43b39e9e-2b2b-482f-8afa-e9906334c85e/branches/main/badge)](https://appcenter.ms) |
1616

1717
## Sample App
1818

docs/en/docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ms.technology":"xamarin-essentials",
5353
"feedback_system": "GitHub",
5454
"feedback_github_repo": "MicrosoftDocs/xamarin-docs",
55-
"feedback_product_url": "https://github.com/xamarin/Essentials/blob/master/PRODUCT-FEEDBACK.md"
55+
"feedback_product_url": "https://github.com/xamarin/Essentials/blob/main/PRODUCT-FEEDBACK.md"
5656
},
5757
"fileMetadata": {
5858
"author": {

0 commit comments

Comments
 (0)