diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e0b7985e3..8bcd9f3e6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,8 @@ ## Description diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b182aa60..6b283a100 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,8 +10,8 @@ First, we would like to thank you for your time and efforts on this project, we > explaining your proposed changes and their rationale for a higher chance of acceptance. Thank you! > [!NOTE] -> Updating the `CHANGELOG.md` is optional. If updated, follow the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format in the `Unreleased` section. -The package version in `pubspec.yaml` should not be modified; this will be handled by a maintainer or CI. +> The package version in `pubspec.yaml` **should not be modified**; this will be handled by a maintainer or CI. +> Add updates to `Unreleased` in `CHANGELOG.md` following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. ## 📋 Development Prerequisites