Skip to content

Commit

Permalink
Add guide for switch to dev branch in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Jan 22, 2021
1 parent 5dbae54 commit 7e898b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ an issue before starting writing your code. This helps us and the
community to discuss the issue and choose what is deemed to be the
best solution.

## Switch to `dev` branch

You should make your changes upon the `dev` branch (All development changes happen in the `dev` branch, then I publish a new version and merge them into the `master`)


## Drawing architecture
We have a *_chart_painter.dart class per each chart type. It draws elements into the Canvas.
We made the CanvasWrapper class, because we wanted to test draw functions.
Expand Down Expand Up @@ -49,6 +54,8 @@ Congratulations! Your code meets all of our guidelines :100:. Now you have to
submit a pull request (or PR for short) to us. These are the steps you should
follow when creating a PR:

- Make sure you select `dev` branch as your target branch.

- Make a descriptive title that summarizes what changes were in the PR.

- Link to issues that this PR will fix (if any).
Expand Down

0 comments on commit 7e898b9

Please sign in to comment.