1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 14:41:23 +02:00

update contributing docs, update release script

This commit is contained in:
Ian Storm Taylor
2017-09-13 11:26:27 -07:00
parent ca0a0f5b7a
commit 2a8cf8561e
3 changed files with 5 additions and 5 deletions

View File

@@ -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/
-->

View File

@@ -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

View File

@@ -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",