From e68f2c1601e327380cdede893c715494eb372053 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 22 Dec 2017 08:07:29 -0500 Subject: [PATCH] Add build command Fixes #1415 --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 415f6f6a..d7bdb4e4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -50,8 +50,8 @@ following these setup instructions: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ - Then provide a complete log by running `bundle exec jekyll --trace --verbose` + Then provide a complete log by running `bundle exec jekyll build --trace --verbose` and include this output in the filed issue. Screenshots can also be included if they help illustrate a behavior. ---> \ No newline at end of file +-->