forked from Azure/azure-sdk-for-js
-
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.
- Loading branch information
Showing
14,138 changed files
with
488,731 additions
and
3,410,724 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Deprecation Request | ||
description: Request package deprecation | ||
title: "[Deprecate]: " | ||
labels: ["bug", "needs-triage"] | ||
assignees: | ||
- xirzec | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for filing this request! We'll take a look as soon as we can. | ||
- type: input | ||
id: package-name | ||
attributes: | ||
label: Package Name | ||
description: What package would you like to deprecate? | ||
placeholder: "@azure/example" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: deprecated-versions | ||
attributes: | ||
label: Deprecated Versions | ||
description: Which versions should be deprecated? | ||
placeholder: This can be a specific version (12.1.2), a range (12.x), or all (*) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: deprecation-message | ||
attributes: | ||
label: Deprecation Message | ||
description: Please write the deprecation message you would like to display in npm. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: Why is deprecation necessary? | ||
description: If this deprecation is related to a bug or critical fix, please link to the issue/PR. | ||
placeholder: Include any additional relevant details. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"InitialIssueTriage": "On", | ||
"ManualIssueTriage": "On", | ||
"ServiceAttention": "On", | ||
"CXPAttention": "On", | ||
"ManualTriageAfterExternalAssignment": "On", | ||
"RequireAttentionForNonMilestone": "On", | ||
"AuthorFeedbackNeeded": "On", | ||
"IssueAddressed": "On", | ||
"IssueAddressedReset": "On", | ||
"AuthorFeedback": "On", | ||
"ReopenIssue": "On", | ||
"DeclineToReopenIssue": "On", | ||
"IssueAddressedCommands": "On", | ||
"PullRequestTriage": "On", | ||
"ResetApprovalsForUntrustedChanges": "On", | ||
"ReopenPullRequest": "On", | ||
"ResetIssueActivity": "On", | ||
"ResetPullRequestActivity": "On", | ||
"CloseStaleIssues": "On", | ||
"CloseStalePullRequests": "On", | ||
"IdentifyStaleIssues": "On", | ||
"IdentifyStalePullRequests": "On", | ||
"CloseAddressedIssues": "On", | ||
"LockClosedIssues": "On" | ||
} |
Oops, something went wrong.