]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention HTML5 validator and Bootlint as part of troubleshooting steps 14675/head
authorChris Rebert <code@rebertia.com>
Wed, 24 Sep 2014 00:14:13 +0000 (17:14 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 24 Sep 2014 00:14:13 +0000 (17:14 -0700)
Fixes https://github.com/twbs/bootlint/issues/67

CONTRIBUTING.md

index 844d5a8861b797e6deda628c9eab05ee5c142862..29b8197c7fce463df11e04bf2b213f53bee53b9f 100644 (file)
@@ -36,6 +36,10 @@ Good bug reports are extremely helpful, so thanks!
 
 Guidelines for bug reports:
 
+0. **Validate and lint your code** &mdash; [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** &mdash; check if the issue has already been
    reported.