Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 810 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 810 Bytes

How to contribute

We appreciate pull requests from everyone.

Committing changes

Fork, then clone the repo:

$ git clone [email protected]:your-username/WikimediaUI-Style-Guide.git

Setup your system. Change to the cloned folder and type:

$ npm install

Make your change. Make sure the tests pass and the CSS for production is built:

$ grunt

Please add specific topics into a single commit and also take into account the Wikimedia commit message guidelines.

Push to your fork and submit a pull request

In order for the pushed changes to be available live, members of Wikimedia design are going to review it first.