Skip to content

Commit

Permalink
update contributor guide to reference changesets (#4348)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor authored Aug 30, 2024
1 parent 948b26f commit 6f6db18
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,21 @@ Here is a quick guide to doing code contributions to the library.

6. Make desired changes...

7. Push your branch: `git push -u origin your-branch-name`
7. Add a changeset via `yarn changeset`, be descriptive!

8. Submit a pull request to the upstream styled-components repository.
- patch = bugfix, chores, small things
- minor = new functionality
- major = breaking changes

9. Choose a descriptive title and describe your changes briefly.
8. Push your branch: `git push -u origin your-branch-name`

10. Wait for a maintainer to review your PR, make changes if it's being recommended, and get it merged.
9. Submit a pull request to the upstream styled-components repository.

11. Perform a celebratory dance! :dancer:
10. Choose a descriptive title and describe your changes briefly.

11. Wait for a maintainer to review your PR, make changes if it's being recommended, and get it merged.

12. Perform a celebratory dance! :dancer:

### How do I run the benchmarks?

Expand Down

0 comments on commit 6f6db18

Please sign in to comment.