Skip to content

Commit 6f6db18

Browse files
authored
update contributor guide to reference changesets (#4348)
1 parent 948b26f commit 6f6db18

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CONTRIBUTING.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,21 @@ Here is a quick guide to doing code contributions to the library.
5252

5353
6. 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

0 commit comments

Comments
 (0)