From e4a7e9f9b06e10c634aeed63e87560d81fca29a1 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Fri, 24 Feb 2023 20:09:19 +0100 Subject: [PATCH] clarify that translation updates dont go in the changelog --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 943a6bec6..1c8422394 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,7 @@ For a production environment you might not want to follow the `main` branch dire This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html). Significant changes should be listed in the changelog (i.e. the file called `CHANGELOG.md`, see also section "Changelog Trailer" below). Although Semantic Versioning talks about "the API", changes to the user interface should also be tracked. +However, changes to translation files are not considered notable enough to be listed in the changelog. Consider if any of the existing documentation has to be updated because of your contribution.