Skip to content

Commit

Permalink
Merge pull request #5728 from bk2204/issue-template-update
Browse files Browse the repository at this point in the history
issue template: add more information we'd want to see
  • Loading branch information
bk2204 committed May 2, 2024
2 parents 93afe4d + 9b5fdd4 commit 7ca57af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ A clear and concise description of what you expected to happen.
**System environment**
The version of your operating system, plus any relevant information about platform or configuration (e.g., container or CI usage, Cygwin, WSL, or non-Basic authentication). If relevant, include the output of `git config -l` as a code block.

Please also mention the usage of any proxy, including any TLS MITM device or non-default antivirus or firewall.

**Output of `git lfs env`**
The output of running `git lfs env` as a code block.

**Additional context**
Any other relevant context about the problem here.

If you're having problems trying to push or pull data, please run the command with `GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1` and include it inline or attach it as a text file. In a bash or other POSIX shell, you can simply prepend this string and a space to the command.

<!--
Please note: if you're receiving a message from the server side (including a
`batch response` message), please contact your Git hosting provider. This
Expand Down

0 comments on commit 7ca57af

Please sign in to comment.