From fbeac8ffe739f13ce66bc8bd9b0626a9e059344b Mon Sep 17 00:00:00 2001 From: Idan Novogroder Date: Sun, 24 Nov 2024 15:40:14 +0200 Subject: [PATCH] PR review --- docs/project/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/contributing.md b/docs/project/contributing.md index 6fb44825b6d..2728a3aa62f 100644 --- a/docs/project/contributing.md +++ b/docs/project/contributing.md @@ -142,7 +142,7 @@ If the change should not be included in the changelog, label it with `exclude-ch ### Non-User-Facing Changes: 1. Code refactoring: Restructuring the codebase without changing its external behavior. 1. Backend optimizations: Improvements to server-side processes that don't noticeably affect performance. -1. Database schema changes: Modifications to the data structure that don't alter the user interface. +1. Database schema changes: Modifications to the data structure that don't alter the user interface **and** do not require data migration. 1. Development tooling updates: Changes to build processes or development environments. 1. Internal API: Adding/Altering APIs tagged as internal. 1. Documentation updates.