From 26bca2513b2c51502579bf33268d90ae41992458 Mon Sep 17 00:00:00 2001 From: Luke Abel Date: Fri, 27 Oct 2023 20:49:59 -0400 Subject: [PATCH] Update pull_request_template.md estimate instead of assessment, negligible risk option, verbiage tweaks --- .github/pull_request_template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 936ff71..59827ef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,15 +19,16 @@ Bad example: change ingress --> -### Risk Assessment _[(learn more)](https://app.getguru.com/card/iMnRRRjT/PR-Risk-Assessment)_ +### Risk Estimate _[(learn more)](https://app.getguru.com/card/iMnRRRjT/Pull-Request-Risk-Estimate)_ - +_[Replace this with a description of the risk, if any, and how the change will be deployed.]_ -- [ ] Large/complex change? +- [ ] Big/complex change? - [ ] Big splash zone? - [ ] High stakes if errors occur? - [ ] Low confidence? -- [ ] No/flipping feature flag? +- [ ] Hidden by feature flag? +- [ ] Negligible risk! ### Changes