Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 580 Bytes

Contributing

We welcome pull requests from everyone.

Fork, then clone the repo:

git clone https://github.com/matterpoll/matterpoll-emoji.git

Make sure the tests pass:

make check-style test

Make your change. Add tests for your change. Make the tests pass:

make check-style test

Push to your fork and submit a pull request

TIPS