From 6c21e4671b3d1ece7aecc8e995eee56d98159d5d Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 30 Jun 2015 20:12:38 -0700 Subject: [PATCH] Added bug reporting info to README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ff047f..0a8dd1a 100644 --- a/README.md +++ b/README.md @@ -101,4 +101,10 @@ To run the unit test suite: cabal build cabal test +## Reporting bugs + +Please use the Github issue tracker for any bugs or feature suggestions: + +https://github.com/koalaman/shellcheck/issues + Happy ShellChecking!