Mention HTML5 validator and Bootlint as part of troubleshooting steps

Fixes https://github.com/twbs/bootlint/issues/67
This commit is contained in:
Chris Rebert 2014-09-23 17:14:13 -07:00
parent 5d051736a4
commit a28e5a3024
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ Good bug reports are extremely helpful, so thanks!
Guidelines for bug reports:
0. **Validate and lint your code** — [validate your HTML](http://html5.validator.nu)
and [lint your HTML](https://github.com/twbs/bootlint) to ensure your
problem isn't caused by a simple error in your own code.
1. **Use the GitHub issue search** — check if the issue has already been
reported.