diff --git a/.babelrc b/.babelrc index 6dbff55..389a64d 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { - "presets": ["es2015-loose", "stage-1"], + "presets": ["es2015"], "plugins": ["transform-runtime", "add-module-exports"] } diff --git a/.eslintrc b/.eslintrc index c0cd477..0a00094 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,6 +15,8 @@ "ON_DEV": false, "ON_TEST": false, "ON_PROD": false, + "APP_NAME": false, + "VERSION": false, "sinon": false, "expect": false, "angular": false, diff --git a/CHANGELOG.md b/FRAMEWORK-CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to FRAMEWORK-CHANGELOG.md diff --git a/FRAMEWORK-CONTRIBUTING.md b/FRAMEWORK-CONTRIBUTING.md new file mode 100644 index 0000000..c87a258 --- /dev/null +++ b/FRAMEWORK-CONTRIBUTING.md @@ -0,0 +1,27 @@ +## Contributing + +We are open to, and grateful for, any contributions made by the community. + +## Reporting Issues + +Please use the [issue tracker](https://github.com/DomoApps/starter-kit/issues) to log bugs, ask questions, and request features. Search through the issues to make sure your issue hasn’t already been reported. + +## Development + +Visit the [issue tracker](https://github.com/DomoApps/starter-kit/issues) to find a list of open issues that need attention. + +Fork, then clone the repo: + +``` +git clone https://github.com/your-username/starter-kit.git +``` + +Develop your feature or bugfix and create a Pull Request. Our team will review the PR. If we see potential problems with the code's functionality or design, we will ask you to make changes during the review process; otherwise, we will merge your changes and create a new version of starter-kit. Please keep your Pull Request focused to a specific issue. + +Make sure your contributions pass starter-kit's unit tests and linter. To run both the tests and the linter, use this command: + +``` +npm run test +``` + +Thank you for contributing! diff --git a/lab.html b/lab.html index c7191da..c97b314 100644 --- a/lab.html +++ b/lab.html @@ -1,7 +1,7 @@
- + @@ -156,7 +155,7 @@