From ca9628808b374252ae5c39159b8e179c40a5c906 Mon Sep 17 00:00:00 2001 From: Uchechukwu Obasi Date: Sun, 19 Jan 2025 00:38:01 +0100 Subject: [PATCH] chore: add blog post file naming best practice to contributing guide (#1523) Signed-off-by: thisisobate --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c4e3f436..2c39015e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,6 +90,8 @@ contents you can modify. The following fields are required: - `date` (in `YYYY-MM-DD` format) - `author` +> Note: Please ensure the file is named correctly, as it will be used as the blog post URL slug. Avoid defining an alias to rename the URL slug, as this goes against our convention. + ### Adding scaler documentation To add documentation for a new KEDA [scaler](https://keda.sh/docs/scalers):