diff options
| author | Chris Rebert <[email protected]> | 2014-09-23 17:14:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-09-23 17:14:13 -0700 |
| commit | a28e5a3024d2d86e31acd030276c0d70bd109942 (patch) | |
| tree | ce8696340254f76bca3569dce8da543b6f9485a3 | |
| parent | 5d051736a41b905ceca47b8121602db22c252576 (diff) | |
| download | bootstrap-a28e5a3024d2d86e31acd030276c0d70bd109942.tar.xz bootstrap-a28e5a3024d2d86e31acd030276c0d70bd109942.zip | |
Mention HTML5 validator and Bootlint as part of troubleshooting steps
Fixes https://github.com/twbs/bootlint/issues/67
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 844d5a886..29b8197c7 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. |
