diff options
author | anatoly techtonik <techtonik@gmail.com> | 2019-01-10 06:41:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 06:41:11 (GMT) |
commit | 33697a1b1c6c2d9915d31a616c18b1a993619251 (patch) | |
tree | 7219e4c336f57e2bd64aff31b3fb330f010be477 /.github | |
parent | 08877ad3495fe4d078048c238d3f1da9cdb83c31 (diff) | |
download | SCons-33697a1b1c6c2d9915d31a616c18b1a993619251.zip SCons-33697a1b1c6c2d9915d31a616c18b1a993619251.tar.gz SCons-33697a1b1c6c2d9915d31a616c18b1a993619251.tar.bz2 |
Use HTTPS in issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md (renamed from .github/issue_template.md) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE.md index 1d35486..eeeb6bc 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,8 @@ -# Please bring your issue to the SCons users mailing list before filing an issue here -# See: http://scons.org/bugs.html +## Please bring your issue to the SCons users mailing list before filing an issue here +## See: https://scons.org/bugs.html + +## If the issue is confirmed to be a bug please include the following information -# 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 @@ -9,4 +10,4 @@ * 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")
\ No newline at end of file +* How you invoke scons (The command line you're using "scons --flags some_arguments") |