From a88bdceeb47b5e76e366b71a46e44748d8238cc3 Mon Sep 17 00:00:00 2001 From: Chris Impicciche Date: Tue, 12 Mar 2024 11:14:59 -0500 Subject: [PATCH] removes fake tasks --- .github/pull_request_template.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f00c964..2eda9ef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,12 +8,13 @@ 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? -- [ ] Negligible risk! + +- Big/complex change? +- Big splash zone? +- High stakes if errors occur? +- Low confidence? +- Not hidden by feature flag? +- Negligible risk! ### Changes