Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Updated how the PR should be branched against, etc.
  • Loading branch information
sjmcdowall authored Jan 28, 2023
1 parent 84f231c commit bf7dc80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The easiest way to get involved is to create a [new issue](https://github.com/Ab
If you plan to submit a PR please do the following:

- Fork the repository
- Create a feature branch from the **develop** branch!
- Create a feature branch from the **master** branch!
- Following the coding guidlines below
- Submit the PR against the **develop** branch.
- Submit the PR against the **master** branch.
- Update both Material and Cupertino code if applicable

## General coding guidlines
Expand All @@ -23,6 +23,8 @@ If you'd like to add a feature or fix a bug, we're more than happy to accept pul
- Code is free of lint errors
- Format your code with `dartfmt`
- Write helpful documentation
- Write new tests that cover your code base changes
- Make sure all current tests pass
- If you would like to make a bigger / fundamental change to the codebase, please file a lightweight example PR / issue.

## Before Uploading
Expand Down

0 comments on commit bf7dc80

Please sign in to comment.