File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,21 @@ Here is a quick guide to doing code contributions to the library.
5252
53536 . Make desired changes...
5454
55- 7 . Push your branch: ` git push -u origin your-branch-name `
55+ 7 . Add a changeset via ` yarn changeset ` , be descriptive!
5656
57- 8 . Submit a pull request to the upstream styled-components repository.
57+ - patch = bugfix, chores, small things
58+ - minor = new functionality
59+ - major = breaking changes
5860
59- 9 . Choose a descriptive title and describe your changes briefly.
61+ 8 . Push your branch: ` git push -u origin your-branch-name `
6062
61- 10 . Wait for a maintainer to review your PR, make changes if it's being recommended, and get it merged .
63+ 9 . Submit a pull request to the upstream styled-components repository .
6264
63- 11 . Perform a celebratory dance! :dancer :
65+ 10 . Choose a descriptive title and describe your changes briefly.
66+
67+ 11 . Wait for a maintainer to review your PR, make changes if it's being recommended, and get it merged.
68+
69+ 12 . Perform a celebratory dance! :dancer :
6470
6571### How do I run the benchmarks?
6672
You can’t perform that action at this time.
0 commit comments