From 7bcfe3eae30df0ca196d6f16fb7f29f712b239d9 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 6 Dec 2022 10:08:29 +1100 Subject: [PATCH] Added the changesets process to the information for contributors --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1260005..a3cbffb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,8 @@ We actively welcome your pull requests for documentation and code. 4. Ensure the test suite passes. 5. Make sure your code lints. 6. If you haven't already, complete the Contributor License Agreement ("CLA"). +7. Run `yarn changeset` and describe the change you're proposing. Commit the file it creates in `.changeset` to the repo. [You can read more about changeset here.](https://github.com/changesets/changesets) +8. Open a Pull Request so we can review and incorporate your change. ## Issues