-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7fbfa5e
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
builds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |