Skip to content

Commit 2b8c9e9

Browse files
committed
chore: update outdated Contributing guide to reflect CHANGELOG check
1 parent 48860f8 commit 2b8c9e9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!--
22
Briefly describe your changes and summarize in the title.
33
Contributor Guide: https://github.com/singerdmx/flutter-quill/blob/master/CONTRIBUTING.md
4-
Package versioning is automated; add updates to `Unreleased` per [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
4+
Package versioning is automated.
5+
Add updates to `Unreleased` in `CHANGELOG.md` following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
56
-->
67

78
## Description

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ First, we would like to thank you for your time and efforts on this project, we
1010
> explaining your proposed changes and their rationale for a higher chance of acceptance. Thank you!
1111
1212
> [!NOTE]
13-
> 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.
14-
The package version in `pubspec.yaml` should not be modified; this will be handled by a maintainer or CI.
13+
> The package version in `pubspec.yaml` **should not be modified**; this will be handled by a maintainer or CI.
14+
> Add updates to `Unreleased` in `CHANGELOG.md` following [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
1515
1616
## 📋 Development Prerequisites
1717

0 commit comments

Comments
 (0)