From 7f76e588ba5c36e6e2b1cc42c017e0e06e598f8b Mon Sep 17 00:00:00 2001 From: Julio Xavier Date: Wed, 26 Feb 2020 14:09:44 -0300 Subject: [PATCH] improve submitting changes section on contributing --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc9af71e85..47f02b73c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,7 @@ Please open an issue with a proposal for a new feature or refactoring before sta - Create a new feature branch based off the `master` branch. - Make sure all tests pass and there are no linting errors. - Submit a pull request, referencing any issues it addresses. +- If you changed external-facing types, make sure to also build the project locally and include the updated API report file etc/redux-toolkit.api.md in your pull request. Please try to keep your pull request focused in scope and avoid including unrelated commits.