From 51614e84db170c6d5b2a2a7630289d112fd79d64 Mon Sep 17 00:00:00 2001 From: Ellet Date: Mon, 20 May 2024 00:15:24 +0300 Subject: [PATCH] docs: Add a note to not manually edit the CHANGELOG.md or the version for any of the packages --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 494c697e..3f884bd6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,8 @@ If you don't have anything specific in mind to improve or fix, you can take a lo You can also check the [Todo](./doc/todo.md) list or the issues if you want to +> Make sure to not edit the `CHANGELOG.md` or the version in `pubspec.yaml` for any of the packages, this process will be automated by CI. + ## Requirements - [Flutter SDK](https://docs.flutter.dev/get-started/install) which can be installed by following the instructions the provided link, also make sure to add it to your path so `flutter --version` and `dart --version` work