From e5049a8027002d2af7bb0802a7d3773afc704b52 Mon Sep 17 00:00:00 2001 From: Adam Rehn Date: Fri, 11 Dec 2020 13:00:45 +1000 Subject: [PATCH] Add proxy server question to issue template --- .github/ISSUE_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 72a6f46a..7a264e17 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,4 +4,8 @@ Output of the `ue4-docker info` command: FULL OUTPUT OF ue4-docker info GOES HERE ``` -(The rest of the issue description goes here. If you're reporting a problem with building the container images, be sure to include the full output of the `ue4-docker build` command, along with the command line parameters used to invoke the build. If you're making a feature request, you can remove the template contents entirely, since the `ue4-docker info` output is only needed for helping diagnose and reproduce bugs.) +Additional details: + +- Are you accessing the network through a proxy server? **Yes/No** + +(The rest of the issue description goes here. If you're reporting a problem with building container images, be sure to include the full output of the `ue4-docker build` command, including the initial output lines that display the command line parameters used to invoke the build. If you're making a feature request, you can remove the template contents entirely, since the `ue4-docker info` output and related information is only needed for helping diagnose and reproduce bugs.)