0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

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

Mention HTML5 validator and Bootlint as part of troubleshooting steps
This commit is contained in:
Mark Otto 2014-09-23 22:02:36 -07:00
commit e4f8684d16

View File

@ -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.