Commit 70217eb5 authored by Pascal Hartig's avatar Pascal Hartig

App spec consistency

parent 118aa1cc
...@@ -40,11 +40,11 @@ js/ ...@@ -40,11 +40,11 @@ js/
└── todo.js └── todo.js
``` ```
Keep in mind that framework best practices on how to structure your app come first. Keep in mind that framework’s best practices on how to structure your app come first.
### README ### README
All examples should include a README describing the framework, the general implementation and the build process if required. There is an [example readme](template/readme.md) included in the [template](template). All examples must include a README describing the framework, the general implementation and the build process if required. There is an [example readme](template/readme.md) included in the [template](template).
### Dependency Management ### Dependency Management
...@@ -70,7 +70,7 @@ Please try to keep the HTML as close to the template as possible. Remove the com ...@@ -70,7 +70,7 @@ Please try to keep the HTML as close to the template as possible. Remove the com
Make sure to follow these: Make sure to follow these:
- Follow our [code style](contributing.md#code-style) - Follow our [code style](contributing.md#code-style).
- Use double-quotes in HTML and single-quotes in JS and CSS. - Use double-quotes in HTML and single-quotes in JS and CSS.
- Use bower components for your third-party dependencies and manually remove files that aren't required for your app to run. - Use bower components for your third-party dependencies and manually remove files that aren't required for your app to run.
- Use a constant instead of the keyCode directly: `var ENTER_KEY = 13;` - Use a constant instead of the keyCode directly: `var ENTER_KEY = 13;`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment