From: Chris Rebert Date: Wed, 24 Sep 2014 00:14:13 +0000 (-0700) Subject: Mention HTML5 validator and Bootlint as part of troubleshooting steps X-Git-Tag: v3.3.0~136^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14675%2Fhead;p=thirdparty%2Fbootstrap.git Mention HTML5 validator and Bootlint as part of troubleshooting steps Fixes https://github.com/twbs/bootlint/issues/67 --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 844d5a8861..29b8197c7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.