From e7b15e2288afa13cab09943bb2a5fa723cfa789e Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 20 Mar 2018 16:46:30 -0400 Subject: [PATCH] Update issue_template.md --- .github/issue_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index 3298b73fca..9f632b0a6e 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -4,6 +4,7 @@ # If the issue is confirmed to be a bug please include the following information * Version of SCons * Version of Python +* Which python distribution if applicable (python.org, cygwin, anaconda, macports, brew,etc) * How you installed SCons * What Platform are you on? (Linux/Windows and which version) * How to reproduce your issue? Please include a small self contained reproducer. Likely a SConstruct should do for most issues.