Skip to content

Commit

Permalink
launch
Browse files Browse the repository at this point in the history
  • Loading branch information
spck-io committed Aug 13, 2018
0 parents commit 7fbfa5e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
builds
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 7fbfa5e

Please sign in to comment.