File tree 1 file changed +11
-5
lines changed
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.
52
52
53
53
6 . Make desired changes...
54
54
55
- 7 . Push your branch: ` git push -u origin your-branch-name `
55
+ 7 . Add a changeset via ` yarn changeset ` , be descriptive!
56
56
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
58
60
59
- 9 . Choose a descriptive title and describe your changes briefly.
61
+ 8 . Push your branch: ` git push -u origin your-branch-name `
60
62
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 .
62
64
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 :
64
70
65
71
### How do I run the benchmarks?
66
72
You can’t perform that action at this time.
0 commit comments