From 33697a1b1c6c2d9915d31a616c18b1a993619251 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Thu, 10 Jan 2019 09:41:11 +0300 Subject: Use HTTPS in issue template --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/issue_template.md | 12 ------------ 2 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..eeeb6bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +## 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 + +* 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") diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 1d35486..0000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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") \ No newline at end of file -- cgit v0.12 From 2de6d32d19914975c6e7534c41b5a83c1e9a2a84 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Thu, 10 Jan 2019 09:42:58 +0300 Subject: HTTPS for pull request template [skip ci] --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 60ff50f..9e8b7a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ ## Remove this paragraph Please have a look at our developer documentation before submitting your Pull Request. -http://scons.org/guidelines.html +https://scons.org/guidelines.html ## Contributor Checklist: * [ ] I have created a new test or updated the unit tests to cover the new/changed functionality. * [ ] I have updated `master/src/CHANGES.txt` directory (and read the `README.txt` in that directory) -* [ ] I have updated the appropriate documentation \ No newline at end of file +* [ ] I have updated the appropriate documentation -- cgit v0.12