From 007662fc216902a5ae186cb78b0d46f7f48b8d92 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 4 Jan 2021 12:58:55 -0500 Subject: [PATCH] github: update "installation difficulty" issue template to include a question about native gems --- .../1-installation-difficulties.md | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-installation-difficulties.md b/.github/ISSUE_TEMPLATE/1-installation-difficulties.md index 6b3b926e09..17929f6c70 100644 --- a/.github/ISSUE_TEMPLATE/1-installation-difficulties.md +++ b/.github/ISSUE_TEMPLATE/1-installation-difficulties.md @@ -17,16 +17,26 @@ assignees: "" ``` -your output goes here +the output goes here ``` -**What are the complete contents of the `mkmf.log` file generated during the failed installation?** +**If installation completed but is broken, what is the complete output from `nokogiri -v`?** ``` -your mkmf.log file contents go here +the output of "nokogiri -v" goes here +``` + + + +**If installation failed during compilation, what are the complete contents of the `mkmf.log` file generated during the failed installation?** + + + +``` +the mkmf.log file contents go here ``` @@ -39,7 +49,7 @@ What is the output from `gem -v`? What is the output from `gem env`? ``` -gem env output goes here +the output of "gem env" output goes here ``` @@ -48,7 +58,7 @@ If you're using Bundler: - what is the output from `bundle config`? (Take care to redact any credentials) ``` -bundle config output goes here +the output of "bundle config" goes here ``` If you're on MacOS, please note: