diff options
| author | Mark Otto <[email protected]> | 2014-09-23 22:02:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-23 22:02:36 -0700 |
| commit | e4f8684d160f760993563342d9eaae4490978090 (patch) | |
| tree | 08c053d0b7b6314b97a4d289e3d8983e1dda3033 | |
| parent | bfdd6d7683f12df15691fd1c81ed65315507ec53 (diff) | |
| parent | a28e5a3024d2d86e31acd030276c0d70bd109942 (diff) | |
| download | bootstrap-e4f8684d160f760993563342d9eaae4490978090.tar.xz bootstrap-e4f8684d160f760993563342d9eaae4490978090.zip | |
Merge pull request #14675 from twbs/bug-report-guidelines
Mention HTML5 validator and Bootlint as part of troubleshooting steps
| -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. |
