docs: update contributing docs (#1723)

This commit is contained in:
Denis Strigo 2018-06-05 16:39:38 +03:00 committed by Dmitry Nehaychik
parent b85034e719
commit b400ef13f9

View file

@ -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.