Skip to content

Commit 175d84c

Browse files
Merge pull request dotnet#2 from dotnet/master
Update
2 parents f3a19e5 + 63fed9a commit 175d84c

File tree

3,421 files changed

+22406
-18763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,421 files changed

+22406
-18763
lines changed

.ghal.rules.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"labels-add": ":books: Area - .NET Guide"
3838
},
3939
"(?i)dotnet-ml-api$": {
40-
"labels-add": ":books: Area - API Reference,:file_folder: Repo - ml-api-docs"
40+
"labels-add": ":books: Area - API Reference"
4141
},
4242
"(?i)dotnet-roslyn-api$": {
43-
"labels-add": ":books: Area - Roslyn API Reference,:file_folder: Repo - roslyn-api-docs"
43+
"labels-add": ":books: Area - Roslyn API Reference"
4444
},
4545
"(?i)dotnet-whats-new$": {
4646
"labels-add": ":star2: What's New"
@@ -124,7 +124,7 @@
124124
"(?i).*master\/docs\/standard\/security.*": {
125125
"labels-add": ":card_file_box: Technology - Security"
126126
},
127-
"(?i).*master\/docs\/standard\/standard\/design-guidelines\/.*": {
127+
"(?i).*master\/docs\/standard\/design-guidelines\/.*": {
128128
"labels-add": ":book: guide - Framework Design Guidelines"
129129
},
130130
"(?i).*docs\/whats-new\/.*": {
@@ -149,7 +149,7 @@
149149
"pullrequest": {
150150
"opened": {
151151
"processor-default": {
152-
"milestone-set": "December 2019"
152+
"milestone-set": "![sprint]"
153153
},
154154
"processor-conditional": {
155155
"type": "query",
@@ -253,7 +253,7 @@
253253
"(?i).*docs\/standard\/security.*": {
254254
"labels-add": ":card_file_box: Technology - Security"
255255
},
256-
"(?i).*docs\/standard\/standard\/design-guidelines\/.*": {
256+
"(?i).*docs\/standard\/design-guidelines\/.*": {
257257
"labels-add": ":book: guide - Framework Design Guidelines"
258258
},
259259
"(?i).*docs\/visual-basic.*": {

.github/CODEOWNERS

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
# . Guides are first.
1414
# . .NET Core sections are next
1515
# . .NET Framework sections
16-
# . .NET Standard
16+
# . .NET Standard
1717
# . Architecture e-books
1818

1919
# In each subsection folders are order first by depth, then alphabetically.
2020
# This should make it easy to add new rules without breaking existing ones.
2121

22+
######## API landing page ###########
23+
/api/** @mairaw
24+
2225
############ WHATS NEW ###############
2326
/docs/whats-new/** @mairaw @billwagner
2427

@@ -61,16 +64,20 @@
6164
/docs/core/whats-new/** @Thraka
6265
# Deployment
6366
/docs/core/deploying/** @Thraka
67+
# Diagnostics
68+
/docs/core/diagnostics/** @sdmaclea @mairaw
69+
# Docker
70+
/docs/core/docker/** @Thraka
6471
# Install
6572
/docs/core/install/** @Thraka
6673
# Breaking changes
6774
/docs/core/compatibility/** @gewarren
75+
# Project SDKs
76+
/docs/core/project-sdk/** @gewarren
6877
# Config settings
6978
/docs/core/run-time-config/** @gewarren
7079
# Tools
7180
/docs/core/tools/** @tdykstra
72-
# Tools - CLI ref
73-
/docs/core/tools/dotnet-** @mairaw
7481
# Tutorials
7582
/docs/core/tutorials/** @tdykstra
7683

@@ -102,13 +109,12 @@
102109
# XAML Services
103110
/docs/framework/xaml-services/** @Thraka
104111
# ADO.NET
105-
/docs/framework/data/adonet/** @stevestein
112+
/docs/framework/data/** @stevestein
106113
# NCL
107114
/docs/framework/configure-apps/file-schema/network/** @karelz
108115
/docs/framework/network-programming/** @karelz
109116
# WCF
110117
/docs/framework/configure-apps/file-schema/wcf/** @HongGit
111-
/docs/framework/data/wcf/** @HongGit
112118
/docs/framework/wcf/** @HongGit
113119

114120
################## .NET STANDARD ##################

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: docs.microsoft.com site feedback
4+
url: https://github.com/MicrosoftDocs/feedback/issues/new/choose
5+
about: Log general docs.microsoft.com site issues here
6+
- name: .NET platform and other product feedback
7+
url: https://developercommunity.visualstudio.com/spaces/61/index.html
8+
about: Log product issues here

.github/ISSUE_TEMPLATE/doc-issue.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
name: Doc issue
3-
about: Create an issue to help us improve
4-
2+
name: .NET doc issue
3+
about: Report a problem in the .NET documentation
54
---
65

76
**Before you open an issue**
87

98
If the issue is:
109

11-
- A simple typo or similar correction, you can submit a PR. See [the contributor guide](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) for instructions.
10+
- A simple typo or similar correction, consider submitting a PR to fix it instead of logging an issue. See [the contributor guide](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) for instructions.
1211
- A general support question, consider asking on a support forum site.
1312
- A site design concern, create an issue at [MicrosoftDocs/feedback](https://github.com/MicrosoftDocs/feedback/issues/new/choose).
1413
- A problem completing a tutorial, compare your code with the completed sample.

.github/ISSUE_TEMPLATE/docs-request.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
name: Doc request
3-
about: Request a new article to help us improve
4-
2+
name: .NET doc request
3+
about: Request a new article to provide missing information
54
---
65

76
**Help us make content visible**

.github/ISSUE_TEMPLATE/doc-breaking-change.md renamed to .github/ISSUE_TEMPLATE/dotnet-breaking-change.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
name: .NET Core breaking change
3-
about: Report a breaking change in .NET Core
4-
3+
about: Report a change in .NET Core that breaks something that worked in a previous version (intended mostly for product-team use)
54
---
5+
66
<!--
7-
This issue template is for use in opening issues that document breaking changes. This template can be used to create an issue:
7+
This issue template is for use in creating issues that document breaking changes. This template can be used to create an issue:
88
99
- By Microsoft product team members who are documenting a breaking change.
1010
1111
- By Microsoft customers who are experiencing a compatibility issue between .NET Framework and .NET Core or between versions of .NET Core.
1212
13-
Text in brackets are placeholders; replace the text with the requested information and remove the brackets before submitting the issue. Also, remove this comment before submitting the issue.
13+
Text in brackets is a placeholder; replace the text with the requested information and remove the brackets before submitting the issue.
1414
15+
Also, remove this comment before submitting the issue.
1516
-->
16-
## [Change Title]
17+
18+
## [Change title]
1719

1820
[Brief description of the change]
1921

.github/workflows/bcnotify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "bc-notification"
2-
on:
2+
on:
33
issues:
44
types: [edited, labeled]
55

66
jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2
1111
- uses: timheuer/issue-notifier@v1.0.2
1212
env:
1313
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }}

.github/workflows/markdownlint.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
name: Markdownlint
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths:
6+
- "**/*.md"
7+
pull_request:
8+
paths:
9+
- "**/*.md"
410

511
jobs:
612
lint:
713

814
runs-on: ubuntu-latest
915

1016
steps:
11-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1218
- name: Use Node.js
1319
uses: actions/setup-node@v1
1420
with:

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
"MD046": {
4343
"style": "fenced"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)