Commit e4f8684d authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #14675 from twbs/bug-report-guidelines

Mention HTML5 validator and Bootlint as part of troubleshooting steps
parents bfdd6d76 a28e5a30
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 4 additions and 0 deletions
+4 -0
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment