Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Feb 14, 2024
1 parent 31c4f9b commit 9682c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chance of keeping on top of things.

- Create a topic branch from where you want to base your work.
- This is usually the master branch.
- To quickly create a topic branch based on master; `git branch master/my_contribution master` then checkout the new branch with `git checkout master/my_contribution`. Better avoid working directly on the
- To quickly create a topic branch based on master; `git branch feat/my_contribution master` then checkout the new branch with `git checkout feat/my_contribution`. Better avoid working directly on the
`master` branch, to avoid conflicts if you pull in updates from origin.
- Make commits of logical units.
- Write/change `stories` that showcase new features or props
Expand Down

0 comments on commit 9682c91

Please sign in to comment.