From b400ef13f9a040335a0c954a4043e8f74a04fb92 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 5 Jun 2018 16:39:38 +0300 Subject: [PATCH] docs: update contributing docs (#1723) --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cd0c60c80..7ce9a89121 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,8 +81,6 @@ Before you submit your Pull Request (PR) consider the following guidelines: * Create your patch, **including appropriate test cases**. * Follow our [Coding Rules](#rules). * Test your changes with our supported browsers and screen readers. -* Run `npm run release:validate`, as described in the [developer documentation][dev-doc], - and ensure that all tests pass, linter & build has no errors. * Commit your changes using a descriptive commit message that follows our [commit message conventions](#commit). Adherence to these conventions is necessary because release notes are automatically generated from these messages.