Skip to content

Commit 39de54b

Browse files
committed
fix merge
2 parents 270a818 + 6a01f80 commit 39de54b

File tree

5,300 files changed

+2520950
-150155
lines changed

Some content is hidden

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

5,300 files changed

+2520950
-150155
lines changed

.github/CODEOWNERS

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# More details are here: https://help.github.com/articles/about-codeowners/
5+
# Initial experience with this file was not all positive, so most lines are currently commented out.
6+
# It will be easy to give it another trial should we decide to do that.
7+
8+
# The '*' pattern is global owners.
9+
10+
# *
11+
12+
# .github/
13+
14+
# Order is important. The last matching pattern has the most precedence.
15+
16+
/aspnetcore/blazor/ @guardrex
17+
# /aspnetcore/breadcrumb/
18+
# /aspnetcore/client-side/
19+
# /aspnetcore/common/
20+
# /aspnetcore/data/
21+
# /aspnetcore/diagnostics/ @Rick-Anderson
22+
# /aspnetcore/fundamentals/ @tdykstra
23+
# /aspnetcore/getting-started/
24+
# /aspnetcore/grpc/ @wadepickett
25+
# /aspnetcore/host-and-deploy/ @Rick-Anderson
26+
# /aspnetcore/includes/
27+
# /aspnetcore/log-mon/ @Rick-Anderson
28+
# /aspnetcore/migration/ @Rick-Anderson
29+
# /aspnetcore/mobile/
30+
# /aspnetcore/mvc/
31+
/aspnetcore/performance/caching/ @tdykstra
32+
# /aspnetcore/razor-pages/
33+
# /aspnetcore/release-notes/
34+
# /aspnetcore/security/ @Rick-Anderson
35+
# /aspnetcore/signalr/ @wadepickett
36+
# /aspnetcore/test/
37+
# /aspnetcore/tutorials/ @wadepickett
38+
# /aspnetcore/web-api/ @wadepickett @Rick-Anderson
39+
# /aspnetcore/whats-new/ @Rick-Anderson
40+
/client-side/dotnet-interop/index.md @guardrex
41+
/client-side/dotnet-interop/wasm-browser-app.md @guardrex
42+
/mvc/views/tag-helpers/built-in/component-tag-helper.md @guardrex
43+
/mvc/views/tag-helpers/built-in/persist-component-state.md @guardrex
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Blank issue
3+
about: Create an issue to help us improve
4+
---
5+
6+
# Before you open an issue
7+
8+
If the issue is with an ASP.NET Core document:
9+
10+
* Do **not** open a new issue using this form.
11+
* Open the issue using the **Open a documentation issue** link and feedback form at the bottom of the article.
12+
13+
Using the **Open a documentation issue** link and form to open an issue adds article metadata for tracking, which indicates the article that you're commenting on and pings the author for a faster response.
14+
15+
If the issue is:
16+
17+
* A simple typo or similar correction, you can submit a PR. See the Contributor Guide for instructions: https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents
18+
* A general support question, consider asking on a support forum:
19+
* Stack Overflow: https://stackoverflow.com/questions/tagged/asp.net-core
20+
* ASP.NET Core Slack: https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email
21+
* ASP.NET Gitter: https://gitter.im/aspnet/Home
22+
* A site design concern, create an issue at MicrosoftDocs/Feedback: https://github.com/MicrosoftDocs/Feedback/issues/new/choose
23+
* A problem completing a tutorial, compare your code with the completed sample.
24+
* A duplicate of an open or closed issue, leave a comment on that issue.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Learn feedback control.
2+
description: |
3+
⛔ This template is hooked into the feedback control on the bottom of every page on the live site. It automatically fills in several fields for you. Don't use for other purposes. ⛔
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: "## Issue information"
8+
- type: markdown
9+
attributes:
10+
value: Describe the issue in the following text box. Add as much detail as needed to help us resolve the issue.
11+
- type: textarea
12+
id: feedback
13+
validations:
14+
required: true
15+
attributes:
16+
label: Description
17+
- type: markdown
18+
attributes:
19+
value: "## 🚧 Article information 🚧"
20+
- type: markdown
21+
attributes:
22+
value: "The following fields are automatically filled in. ***Don't edit them.*** Doing so will disconnect your issue from the affected article. To find other issues for this article, search for the Document ID."
23+
- type: input
24+
id: pageUrl
25+
validations:
26+
required: true
27+
attributes:
28+
label: Page URL
29+
- type: input
30+
id: contentSourceUrl
31+
validations:
32+
required: true
33+
attributes:
34+
label: Content source URL
35+
- type: input
36+
id: documentVersionIndependentId
37+
validations:
38+
required: true
39+
attributes:
40+
label: Document ID
41+
- type: input
42+
id: platformId
43+
validations:
44+
required: true
45+
attributes:
46+
label: Platform Id
47+
- type: input
48+
id: author
49+
validations:
50+
required: true
51+
attributes:
52+
label: Article author
53+
- type: textarea
54+
id: metadata
55+
validations:
56+
required: false
57+
attributes:
58+
label: Metadata
59+
description: >-
60+
Documentation metadata will be applied here

.github/ISSUE_TEMPLATE/doc-issue.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ about: Create an issue to help us improve
88
If the issue is with an ASP.NET Core document:
99

1010
* Do **not** open a new issue using this form.
11-
* Open the issue with the **This page** button and form at the bottom of the document's page.
11+
* Open the issue using the **Open a documentation issue** link and feedback form at the bottom of the article.
1212

13-
Using the **This page** button and form to open an issue:
14-
15-
* Adds article metadata for tracking, which indicates the article that you're commenting on.
16-
* Automatically notifies the article's author about your issue.
13+
Using the **Open a documentation issue** link and form to open an issue adds article metadata for tracking, which indicates the article that you're commenting on.
1714

1815
If the issue is:
1916

20-
* 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.
21-
* A general support question, consider asking on a support forum site.
22-
* A site design concern, create an issue at [MicrosoftDocs/Feedback](https://github.com/MicrosoftDocs/Feedback/issues/new/choose).
17+
* A simple typo or similar correction, you can submit a PR. See the Contributor Guide for instructions: https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents
18+
* A general support question, consider asking on a support forum:
19+
* Stack Overflow: https://stackoverflow.com/questions/tagged/asp.net-core
20+
* ASP.NET Core Slack: https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email
21+
* ASP.NET Gitter: https://gitter.im/aspnet/Home
22+
* A site design concern, create an issue at MicrosoftDocs/Feedback: https://github.com/MicrosoftDocs/Feedback/issues/new/choose
2323
* A problem completing a tutorial, compare your code with the completed sample.
2424
* A duplicate of an open or closed issue, leave a comment on that issue.
2525

.github/ISSUE_TEMPLATE/doc-request.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ about: Request a new topic to help us improve
55

66
**Help us make content visible**
77

8-
- Tell us what search terms you used and how you searched docs.
9-
- Tell us what docs you found that didn't address your concern.
8+
* Tell us what search terms you used and how you searched docs.
9+
* Tell us what docs you found that didn't address your concern.
1010

1111
**Describe the new topic**
1212

13-
- Explain why this topic is needed.
14-
- Suggest a location in the Table of Contents.
15-
- Write an abstract. In one **short** paragraph, describe what this topic will cover.
16-
- Create an outline for the new topic. We'll help review the outline and approve it before anyone writes a topic.
13+
* Explain why this topic is needed.
14+
* Suggest a location in the Table of Contents.
15+
* Write an abstract. In one **short** paragraph, describe what this topic will cover.
16+
* Create an outline for the new topic. We'll help review the outline and approve it before anyone writes a topic.

.github/policies/close-issues.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Close issues
2+
description: Close issues based on label
3+
resource: repository
4+
where:
5+
configuration:
6+
resourceManagementConfiguration:
7+
scheduledSearches:
8+
- frequencies:
9+
- daily:
10+
time: 12:00
11+
filters:
12+
- isIssue
13+
- isOpen
14+
- hasLabel:
15+
label: needs-more-info
16+
- noActivitySince:
17+
days: 14
18+
actions:
19+
- addReply:
20+
reply: This issue has been automatically closed due to no response from the original author. Feel free to reopen it if you have more information that can help us investigate the issue further.
21+
- closeIssue
22+
23+
eventResponderTasks:
24+
- description: Remove needs-more-info label when author comments on issue
25+
if:
26+
- payloadType: Issue_Comment
27+
- isAction:
28+
action: Created
29+
- isActivitySender:
30+
issueAuthor: True
31+
- hasLabel:
32+
label: needs-more-info
33+
- isOpen
34+
then:
35+
- removeLabel:
36+
label: needs-more-info
37+
38+
- description: Close issues labeled 'code-of-conduct'
39+
if:
40+
- payloadType: Issues
41+
- hasLabel:
42+
label: code-of-conduct
43+
then:
44+
- closeIssue
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
id: issueManagement.emptyIssue
2+
name: GitOps.EmptyIssue
3+
description: Checks for an issue created via learn that has an empty description from the template.
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
eventResponderTasks:
11+
- description: Close an issue created with the learn template that has an empty body.
12+
if:
13+
- payloadType: Issues
14+
- bodyContains:
15+
pattern: '### Description[\n\r]+\[Enter feedback here\][\n\r]+###'
16+
isRegex: true
17+
then:
18+
- addLabel: 'needs-more-info'
19+
- removeLabel: ':watch: Not Triaged'
20+
- closeIssue
21+
22+
triggerOnOwnActions: false
23+
24+
onFailure:
25+
onSuccess:
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
id: issueManagement.notTriaged
2+
name: GitOps.NotTriagedHandler
3+
description: Ensures the Not Triaged label is added or removed when appropriate
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
eventResponderTasks:
11+
- description: >-
12+
Add "not triaged" label when:
13+
* Issue is opened
14+
* Issue is reopened
15+
* 'needs-more-info' label removed
16+
if:
17+
- payloadType: Issues
18+
- not:
19+
isAssignedToUser:
20+
user: guardrex
21+
- or:
22+
23+
- or:
24+
- isAction:
25+
action: Opened
26+
- isAction:
27+
action: Reopened
28+
29+
- labelRemoved:
30+
label: 'needs-more-info'
31+
then:
32+
- addLabel: ':watch: Not Triaged'
33+
triggerOnOwnActions: false
34+
35+
- description: >-
36+
Remove "not triaged" label when:
37+
* Issue author closes the issue
38+
* reQUEST label is added
39+
if:
40+
- payloadType: Issues
41+
- hasLabel:
42+
label: ':watch: Not Triaged'
43+
- or:
44+
- and:
45+
- isAction:
46+
action: Closed
47+
- isActivitySender:
48+
issueAuthor: true
49+
50+
- labelAdded:
51+
label: 'reQUEST'
52+
then:
53+
- removeLabel: ':watch: Not Triaged'
54+
triggerOnOwnActions: false
55+
56+
onFailure:
57+
onSuccess:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
id: labelAdded.areaLabels
2+
name: GitOps.AreaLabelHandler
3+
description: Handles when specific area labels are added
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
eventResponderTasks:
11+
- description: >-
12+
When the label "grpc/subsvc" is added to an issue
13+
* Add label "gRPC"
14+
if:
15+
- payloadType: Issues
16+
- labelAdded:
17+
label: 'grpc/subsv'
18+
then:
19+
- addLabel: 'gRPC'
20+
21+
- description: >-
22+
When the label "aspnetcore-signalr/subsvc" is added to an issue
23+
* Add label "SignalR"
24+
if:
25+
- payloadType: Issues
26+
- labelAdded:
27+
label: 'aspnetcore-signalr/subsvc'
28+
then:
29+
- addLabel: 'SignalR'
30+
31+
onFailure:
32+
onSuccess:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
id: labelAdded.mapQuest
2+
name: GitOps.MapQuestHandler
3+
description: Handles when "mapQUEST" label is added
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
eventResponderTasks:
11+
- description: >-
12+
When the label "mapQUEST" is added to an issue
13+
* Remove label "mapQUEST"
14+
if:
15+
- or:
16+
- payloadType: Issues
17+
- payloadType: Pull_Request
18+
19+
- labelAdded:
20+
label: 'mapQUEST'
21+
then:
22+
- removeLabel: 'mapQUEST'
23+
triggerOnOwnActions: true
24+
onFailure:
25+
onSuccess:

0 commit comments

Comments
 (0)