Add reminder for package authoring (#65480)
authorDan Moseley <danmose@microsoft.com>
Thu, 17 Feb 2022 03:32:54 +0000 (20:32 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 03:32:54 +0000 (20:32 -0700)
.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
.github/workflows/backport.yml

index 6fd461e..8932380 100644 (file)
@@ -21,3 +21,8 @@ main PR <!-- Link to PR if any that fixed this in the main branch. -->
 # Risk
 
 <!-- Please assess the risk of taking this fix. Provide details backing up your assessment. -->
+
+# 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.
index 22dc065..a9d20ab 100644 (file)
@@ -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.