From a3d092855944aef928c5c3d6cba23908dbaa17f5 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 17 Mar 2018 13:50:50 -0400 Subject: Initial creation of issue template. --- .github/issue_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..6af45d1 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,10 @@ +# 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 +* Version of SCons +* Version of Python +* 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. + -- cgit v0.12