提交 d4e2c4ef 编写于 作者: C Connor Shea

Add short Testing section, minor fixes.

上级 3b3e9d17
......@@ -47,7 +47,7 @@ data is used for users with capped data plans.
General tips:
- Don't add unnecessary fonts.
- Prefer font formats with better compression, e.g. WOFF2 is better than WOFF is better than TFF.
- Prefer font formats with better compression, e.g. WOFF2 is better than WOFF, which is better than TTF.
- Compress and minify assets wherever possible (For CSS/JS, Sprockets does this for us).
- If a piece of functionality can be reasonably done without adding extra libraries, prefer not to use extra libraries.
- Use page-specific JavaScripts as described above to dynamically load libraries that are only needed on certain pages.
......@@ -146,6 +146,12 @@ See the relevant style guides for details and information on linting:
- [SCSS][scss-style-guide]
## Testing
Feature tests should be written for all new features as well as any regressions to prevent them from occuring again.
See [the Testing Standards and Style Guidelines](testing.md) for more information.
[d3]: https://d3js.org/
[chartjs]: http://www.chartjs.org/
[chrome-accessibility-developer-tools]: https://github.com/GoogleChrome/accessibility-developer-tools
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册