Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-03-01 12:09:31 +0300
committerGitHub <noreply@github.com>2021-03-01 12:09:31 +0300
commit3553284bea7b650874c8dcc3f78d6be085a047bb (patch)
tree3a51d690837053601308fc58e2e352a2d635fb63 /.github
parent79ae74f5ca5c8a6fe3a48935e85bd7374959c570 (diff)
Rename mention to master branch to main (#48824)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/02_api_proposal.md4
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/02_api_proposal.md b/.github/ISSUE_TEMPLATE/02_api_proposal.md
index 0e03fbdaf0b..d45db1eff4b 100644
--- a/.github/ISSUE_TEMPLATE/02_api_proposal.md
+++ b/.github/ISSUE_TEMPLATE/02_api_proposal.md
@@ -10,7 +10,7 @@ assignees: ''
## Background and Motivation
<!--
-We welcome API proposals! We have a process to evaluate the value and shape of new API. There is an overview of our process [here](https://github.com/dotnet/runtime/blob/master/docs/project/api-review-process.md). This template will help us gather the information we need to start the review process.
+We welcome API proposals! We have a process to evaluate the value and shape of new API. There is an overview of our process [here](https://github.com/dotnet/runtime/blob/main/docs/project/api-review-process.md). This template will help us gather the information we need to start the review process.
First, please describe the purpose and value of the new API here.
-->
@@ -25,7 +25,7 @@ namespace System.Collections.Generic
+ public class HashSet<T> : ICollection<T>, ISet<T>, IReadOnlySet<T> {
}
```
-You may find the [Framework Design Guidelines](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/framework-design-guidelines-digest.md) helpful.
+You may find the [Framework Design Guidelines](https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/framework-design-guidelines-digest.md) helpful.
-->
## Usage Examples
diff --git a/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
index ae585706a99..6fd461e6fc3 100644
--- a/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
+++ b/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
@@ -1,6 +1,6 @@
Fixes Issue <!-- Issue Number -->
-Master PR <!-- Link to PR if any that fixed this in the master branch. -->
+main PR <!-- Link to PR if any that fixed this in the main branch. -->
# Description