Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 854 Bytes

Contributing

Fork, then clone the repo:

git clone git@github.com:your-username/gist-txt.git

Install npm dependencies:

npm install

Continuously build a development version of the bundle:

npm run-script watch

Run a local HTTP server:

npm run-script serve

Once you're finished with your work, 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: