From 7fbfa5ee8f737b25ecb2c16929d36c9076a0c92b Mon Sep 17 00:00:00 2001 From: Spck Org Date: Sun, 12 Aug 2018 23:35:19 -0400 Subject: [PATCH] launch --- .gitignore | 2 ++ README.md | 15 +++++++++++++++ package.json | 15 +++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b255707 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +builds \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7ecf60 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Reporting an Issue + +If you found an issue with [Spck Editor](https://spck.io) and would like to report it, please review the following guidelines and I will do my best to help you. + +Please ensure that your issue does not already exist before posting. If your issue exists and is already closed, please reopen the issue instead of starting a new one. + +Issue priority will be given to issues with the best information provided, please provide the following info: + +- Give steps to reproduce the issues (if possible) or give details that somehow caused the issue. + +- Screenshot(s) detailing the problem (if necessary). + +- How does this impact you and how severely? + +Feature requests are welcomed but will not be given top priority. In the future, there will be a separate place to track feature requests. Please note that not all feature requests may be accepted or implemented, but all requests will be read and deliberated. diff --git a/package.json b/package.json new file mode 100644 index 0000000..78b4b85 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "spck", + "version": "0.0.1", + "private": true, + "description": "Spck is an online editor.", + "main": "index.js", + "scripts": { + "gh-pages": "gh-pages -d builds/latest" + }, + "devDependencies": { + "gh-pages": "^1.2.0" + }, + "author": "Zeb Zhao", + "license": "Apache-2.0" +}