Skip to content

Commit

Permalink
Add post about LMVTFY
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jun 25, 2014
1 parent 13b7675 commit 52c246b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _posts/2014-06-25-lmvtfy.md
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)

0 comments on commit 52c246b

Please sign in to comment.