From 4560dacc2d03b16a2fff6859a73ea297bbf4d866 Mon Sep 17 00:00:00 2001 From: Yanis Wang Date: Wed, 20 Mar 2013 07:15:23 +0800 Subject: [PATCH] add bug report guide --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ed3c116ec..9dafbd873 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Read more about all rules: [Rules](https://github.com/yaniswang/HTMLHint/wiki/Ru var messages = HTMLHint.verify('', {'tag-pair': true}); +How to reporting a bug +======================= + +You can create a [new issue](https://github.com/yaniswang/HTMLHint/issues/new) in github and describe your problem or suggestion. + How to build HTMLHint =======================