Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Jan 21, 2025
1 parent 835afd1 commit e078f29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ The bootstrap command locally links all dependencies within the project without
provide manual [`dependency_overrides`](https://dart.dev/tools/pub/pubspec). This allows all
plugins, examples and tests to build from the local clone project.

> [!TIP]
> You do not need to run `flutter pub get` once bootstrap has been completed.
## 4. Running an example
Expand Down Expand Up @@ -183,7 +184,7 @@ keep the code consistent and avoid common pitfalls.

> [!IMPORTANT]
> When modifying multiple packages, **create a different branch and pull request per package.**
This facilitates maintenance, the review process, and generating changelogs.
> This facilitates maintenance, the review process, and generating changelogs.
### 5.1 Getting started

Expand All @@ -206,9 +207,10 @@ melos run analyze
melos run format
```

### 5.3 (Do not) Update version and changelog
### 5.3 Do not update version and changelog

**NEW: Do not modify the CHANGELOG.md or the version in the pubspec.yaml, this is handled by the maintainers from now on**
> [!CAUTION]
> Do not modify the `CHANGELOG.md` or the version in the `pubspec.yaml`, this is handled by the maintainers from now on
### 5.4 Commit and push your changes

Expand Down

0 comments on commit e078f29

Please sign in to comment.