From: Dan Moseley Date: Thu, 17 Feb 2022 03:32:54 +0000 (-0700) Subject: Add reminder for package authoring (#65480) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~10778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8fb21773a2a638305e0c3b1590aeb3d596d2c95;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add reminder for package authoring (#65480) --- diff --git a/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md index 6fd461e..8932380 100644 --- a/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md @@ -21,3 +21,8 @@ main PR # Risk + +# Package authoring signed off? + + +IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed. diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 22dc065..a9d20ab 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -57,3 +57,5 @@ jobs: ## Testing ## Risk + + IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed.