From f7f5cae8177b0b52788a3f75c26ca6c2ec9c5dc8 Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 27 May 2020 14:23:56 -0500 Subject: [PATCH] Clarify changesets a bit more in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 72b2afb..6b4f88e 100755 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -56,12 +56,14 @@ yarn lint We use software called Changesets to keep track of what changes have been made between versions. Make sure to create a changelog before creating your pull request! -Just run this command, and then answer a few questions: +Just run this command for each change you made, and then answer a few questions: ``` yarn changeset ``` +If you're not sure what kind of change you're making, pick patch. + ## Directory structure ```