-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: post | ||
title: Let Me Validate That For You (LMVTFY) | ||
--- | ||
|
||
If you've been following the Bootstrap issue tracker lately, you might have noticed the launch of our new bot, [@twbs-lmvtfy](https://github.com/twbs-lmvtfy), on June 15th. After seeing many reports of Bootstrap bugs that ended up actually being caused by folks using invalid HTML, we decided to do what all programmers do when confronted with a repetitive task: [Automate it!](https://github.com/twbs/bootstrap/issues/11984) | ||
|
||
To that end, we are excited to announce the availability of **[Let Me Validate That For You (LMVTFY)](https://github.com/cvrebert/lmvtfy)**, an open-source bot that uses the power of the [GitHub webhooks API](https://developer.github.com/webhooks/) and the [validator.nu](https://github.com/validator/validator) HTML5 validator to warn about HTML validity errors in live Web examples (e.g. [JS Bins](http://jsbin.com)) posted to GitHub issues. | ||
|
||
The bot is generic and can be used for any GitHub project, not just Bootstrap. If you have a front-end Web project on GitHub that gets lots of issue reports, we invite you to try out LMVTFY. | ||
|
||
For more details, setup instructions, or to give feedback, [check out the LMVTFY project on GitHub](https://github.com/cvrebert/lmvtfy). | ||
|
||
<3, | ||
|
||
[@cvrebert](https://twitter.com/cvrebert) and [team](https://github.com/twbs) |