Skip to content

Commit

Permalink
docs(contributing): add section on upgrading dependencies (#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg authored Sep 7, 2023
1 parent 37ff392 commit db33863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"Yukii",
"Yuuji",
"Zangetsu",
"Zenitsu"
"Zenitsu",
"quickstart"
],
"dictionaries": ["npm", "software-terms"],
"ignorePaths": [
Expand Down
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ This is a multi-package repository and dependencies are managed using [lerna](ht

> If you are adding or updating any dependency, please commit the updated `yarn.lock` file.
To update dependencies, import each dependency and make sure the command line build passes. The dependency should support our minimal supported node version for webpack, found in `package.json`.

## Branching Model

We base our branching model on [git flow](http://nvie.com/posts/a-successful-git-branching-model/). Instead of working with a `develop` base branch, we use the `master` branch. We do it to ease the workflow a bit. However, we find that adding prefixes to the branches is useful.
Expand Down

0 comments on commit db33863

Please sign in to comment.