From 88e988f8b5cc6d01cd40ecbb86f5615386025503 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Mon, 12 Dec 2022 17:49:23 +0100 Subject: [PATCH] Alerting: Adds TODO list (#60166) --- public/app/features/alerting/unified/TODO.md | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/app/features/alerting/unified/TODO.md diff --git a/public/app/features/alerting/unified/TODO.md b/public/app/features/alerting/unified/TODO.md new file mode 100644 index 00000000000..c30947f95df --- /dev/null +++ b/public/app/features/alerting/unified/TODO.md @@ -0,0 +1,21 @@ +# Alerting TODO List + +## Rationale + +_This is an experiment, if it doesn't work or is disruptive to our workflow we'll revise and adapt._ + +We often identify smaller items to work on while we refactor code or build a new feature. These items may be small enough not to deserve their own GitHub issue and might make a PR either confusing or too large. + +This document aims to make the threshold of adding such items very small to prevent ideas or small improvements from being forgotten or not recorded because we don't feel like creating a formal GitHub issue. + +If the item needs more rationale and you feel like a single sentence is inedequate to describe the issue, create a regular GitHub issue. + +## Improvements + +- Add a `edit` button to the alert detail page + +## Refactoring + +## Bug fixes + +_Preferably these should go to GitHub for discoverability, but not all bugs are equal, use your best judgment._