diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-09-06 15:34:38 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-09-06 15:34:38 (GMT) |
commit | c53e548e750f31917e36ed35af8519ebfc85344e (patch) | |
tree | 1bb0691eea6662e9f31e9d45690c4eb4d97ad7cc /.github | |
parent | 83734dc2fd89deae1905951d5ae5b8bafd4ad91d (diff) | |
download | SCons-c53e548e750f31917e36ed35af8519ebfc85344e.zip SCons-c53e548e750f31917e36ed35af8519ebfc85344e.tar.gz SCons-c53e548e750f31917e36ed35af8519ebfc85344e.tar.bz2 |
Improve issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index 9f632b0..1d35486 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -2,10 +2,11 @@ # See: http://scons.org/bugs.html # If the issue is confirmed to be a bug please include the following information +* Link to SCons Users thread discussing your issue. * 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. -* Link to SCons Users thread discussing your issue. +* How you invoke scons (The command line you're using "scons --flags some_arguments")
\ No newline at end of file |