diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-03-20 20:46:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 20:46:30 (GMT) |
commit | e7b15e2288afa13cab09943bb2a5fa723cfa789e (patch) | |
tree | 1bef5d503ce108dd4529a499d50a91bb41d0b3b0 | |
parent | 0a16004dfdafb829780f150a82784f0537755f57 (diff) | |
download | SCons-e7b15e2288afa13cab09943bb2a5fa723cfa789e.zip SCons-e7b15e2288afa13cab09943bb2a5fa723cfa789e.tar.gz SCons-e7b15e2288afa13cab09943bb2a5fa723cfa789e.tar.bz2 |
Update issue_template.md
-rw-r--r-- | .github/issue_template.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index 3298b73..9f632b0 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. |