From 3dd239fb8721e3859dce0a9fff876d26894b5abb Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 19 Jul 2024 08:50:58 +0200 Subject: [PATCH] docs/goals.md: clarify that complicated CI/CD tasks make debugging harder --- docs/goals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/goals.md b/docs/goals.md index 894d990898..9e6577d24d 100644 --- a/docs/goals.md +++ b/docs/goals.md @@ -23,7 +23,7 @@ menu: upgrade to [the latest available release](https://docs.victoriametrics.com/CHANGELOG.html) and remain happy. 1. Improving usability for the existing functionality of VictoriaMetrics components. 1. Improving the readability and maintainability of the code base by removing unnecessary abstractions and simplifying the code whenever possible. -1. Improving development velocity by optimizing and simplifying CI/CD tasks, so they take less time. +1. Improving development velocity by optimizing and simplifying CI/CD tasks, so they take less time to execute and debug. ## Non-goals