From 9f27b78d36ab84792cb37682b7550f10e7c7cc15 Mon Sep 17 00:00:00 2001 From: "Christopher R. Murphy" Date: Thu, 4 Apr 2024 11:27:08 -0400 Subject: [PATCH] Use warning emoji for risk levels in PR template --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 363218b..caba23f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,11 +8,11 @@ Provide a concise summary of the motivation and the driving force behind this ch _[Replace this with a description of the risk, if any, and how the change will be deployed.]_ -- ✅ Big/complex change -- ✅ Big splash zone -- ✅ High stakes if errors occur -- ✅ Low confidence -- ✅ Not hidden by feature flag +- ⚠️ Big/complex change +- ⚠️ Big splash zone +- ⚠️ High stakes if errors occur +- ⚠️ Low confidence +- ⚠️ Not hidden by feature flag - ✅ Negligible risk! ### Changes