Skip to content

Commit

Permalink
formatting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Jan 20, 2025
1 parent f4dd912 commit 835afd1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ _See also: [Flutter's code of conduct](https://flutter.dev/design-principles/#co
We welcome all contributions to the project, however some contributions will need extra work in
order to be accepted.

**New:** Before submitting a large PR, create a ticket with a proposal and wait for the maintainers to give you feedback.
> [!IMPORTANT]
> Before submitting a large PR, create a ticket with a proposal and wait for the maintainers to give you feedback.
Here's some examples:

Expand Down Expand Up @@ -180,7 +181,8 @@ Please follow the
working on anything non-trivial. These guidelines are intended to
keep the code consistent and avoid common pitfalls.

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

### 5.1 Getting started
Expand Down Expand Up @@ -233,6 +235,9 @@ guide, and include the package name in parenthesis. For example, for a fix to th
Please also enable **“Allow edits by maintainers”**, this will help to speed-up the review
process as well.

> [!TIP]
> Ensure the PR description is filled correctly and the markdown looks correctly.
### 5.6 Now be patient :)

Plugins tests are run automatically on contributions using GitHub Actions. Depending on
Expand Down

0 comments on commit 835afd1

Please sign in to comment.