Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

49 lines (32 loc) · 1.62 KB

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by the Twitter Open Source code of conduct.

Fork, then clone the repo:

git clone git@github.com:your-username/galley.git

Make sure your machine is set up for galley, the getting started guide in the [README]

Test your local galley changes

gulp watch # compiles and watches your local galley
npm link # from the galley repo, symlinks your local version of galley to be globally installed
cd ../directory-with-galleyfile
npm link galley # symlinks from your local node modules to your global galley
# Check that your local galley is running

Make sure the tests pass:

gulp compile # (if you're not running gulp watch)
gulp test
gulp acceptance

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

gulp compile # (if you're not running gulp watch)
gulp test
gulp acceptance

Push to your fork and submit a pull request.

At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted: