From 2a8cf8561e4f1820abbb3bb088aa9e67b8a0f565 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 13 Sep 2017 11:26:27 -0700 Subject: [PATCH] update contributing docs, update release script --- .github/ISSUE_TEMPLATE.md | 2 +- Contributing.md | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 213b9f440..e300cb788 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -20,7 +20,7 @@ If you don't include these, there's a very good chance your issue will be closed We need to keep the issues actionable, or else maintaining Slate becomes overwhelming. Thank you for understanding! -https://jsfiddle.net/2zokvrvt/7/ +https://jsfiddle.net/2zokvrvt/179/ http://recordit.co/ --> diff --git a/Contributing.md b/Contributing.md index eedc47935..6051784f4 100644 --- a/Contributing.md +++ b/Contributing.md @@ -21,13 +21,13 @@ If you run into any weird behavior while using Slate, feel free to open a new is Any issue you open must include: -- A [JSFiddle](https://jsfiddle.net/2zokvrvt/7/) that reproduces the bug with a minimal setup. +- A [JSFiddle](https://jsfiddle.net/2zokvrvt/179/) that reproduces the bug with a minimal setup. - A GIF showing the issue in action. (Using something like [RecordIt](http://recordit.co/).) - A clear explanation of what the issue is. -Here's a [JSFiddle template for Slate](https://jsfiddle.net/2zokvrvt/7/) to get you started: +Here's a [JSFiddle template for Slate](https://jsfiddle.net/2zokvrvt/179/) to get you started: -[![](./docs/images/jsfiddle.png)](https://jsfiddle.net/2zokvrvt/7/) +[![](./docs/images/jsfiddle.png)](https://jsfiddle.net/2zokvrvt/179/) ## Asking Questions diff --git a/package.json b/package.json index c7dc951c9..d88a351f7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "gh-pages": "yarn run build && yarn run build:examples && gh-pages --dist ./examples", "lint": "eslint packages/*/src packages/*/test examples/*/*.js examples/dev/*/*.js", "open": "open http://localhost:8080/dev.html", - "release": "yarn run test && yarn run lint && lerna publish", + "release": "yarn run test && yarn run lint && lerna publish && yarn run gh-pages", "start": "http-server ./examples", "test": "mocha --compilers js:babel-core/register ./packages/*/test/index.js", "watch": "npm-run-all --parallel --print-label watch:examples watch:packages start",