summaryrefslogtreecommitdiffstats
path: root/.github/issue_template.md
blob: 1d35486ec64db5044aedce9cd5c4b521a9b8fe12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Please bring your issue to the SCons users mailing list before filing an issue here
# 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.
* How you invoke scons (The command line you're using "scons --flags some_arguments")