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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtak <34246760+mkArtakMSFT@users.noreply.github.com>2022-06-20 22:53:32 +0300
committerGitHub <noreply@github.com>2022-06-20 22:53:32 +0300
commit257436b396557dc87cea98175b5fd894c4c31ef4 (patch)
tree7b5fc1499deee946137af4fa8d9f7d878251dd6d /.github
parentab88f76baefeb635719967d85ccc8de709e2ef07 (diff)
Create issue template for Package Deprecation feedback
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/03_package_deprecation.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/03_package_deprecation.yaml b/.github/ISSUE_TEMPLATE/03_package_deprecation.yaml
new file mode 100644
index 00000000..1868ecd5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/03_package_deprecation.yaml
@@ -0,0 +1,34 @@
+name: Package Deprecation Feedback
+description: Let us know if you believe a package has been deprecated by mistake.
+title: "[PackageId]: [version(s)]"
+labels: [package-deprecation]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ We did our best to deprecate only the packages which are out of support. But, we are also humans and could have missed something.
+ Tell us about such cases if you've noticed any.
+ - type: input
+ id: packageId
+ attributes:
+ label: Package Id
+ description: What is the name of the package that you think shouldn't have been deprecated?
+ placeholder: Microsoft.Dnx.Compilation.Abstractions
+ validations:
+ required: true
+ - type: input
+ id: version
+ attributes:
+ label: Package Version(s)
+ description: List the version(s) you think should have not been deprecated.
+ placeholder: 1.2.0, 1.0-preview3
+ validations:
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Additional details
+ description: Why do you think this package shouldn't have been deprecated? Please refer to the principles listed in the [package deprecatiton announcement](https://github.com/dotnet/announcements/issues/217) and tell us why the package(s) doen't comply with those principles.
+ placeholder: Description
+ validations:
+ required: true