From 25e8de40b7386bd65dcc49389b1fce8a5f20ed9c Mon Sep 17 00:00:00 2001 From: gerjanvangeest Date: Mon, 13 Jun 2022 11:03:59 +0200 Subject: [PATCH] chore: update our contributing guidelines (#1730) --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a466f1f6a..96df686e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,8 @@ npm run lint # Tests npm run test -# Storybook Demo -npm run storybook +# Portal +npm run start ``` Create a Pull Request: @@ -57,4 +57,6 @@ git push -u fork fix/buttonSize Some things that will increase the chance that your merge request is accepted: - Write tests. +- Add documentation. +- Add a [changeset](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md). - Write a [good commit message](https://www.conventionalcommits.org/).