Skip to content

Commit

Permalink
Merge pull request #874 from NVIDIA/fix-issue-template
Browse files Browse the repository at this point in the history
Update must-gather.sh URL in github issue template
  • Loading branch information
cdesiniotis authored Jul 29, 2024
2 parents 4d9a188 + 03007f0 commit a3276fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ _Detailed steps to reproduce the issue._
Collecting full debug bundle (optional):

```
curl -o must-gather.sh -L https://raw.githubusercontent.com/NVIDIA/gpu-operator/master/hack/must-gather.sh
curl -o must-gather.sh -L https://raw.githubusercontent.com/NVIDIA/gpu-operator/main/hack/must-gather.sh
chmod +x must-gather.sh
./must-gather.sh
```
**NOTE**: please refer to the [must-gather](https://raw.githubusercontent.com/NVIDIA/gpu-operator/master/hack/must-gather.sh) script for debug data collected.
**NOTE**: please refer to the [must-gather](https://raw.githubusercontent.com/NVIDIA/gpu-operator/main/hack/must-gather.sh) script for debug data collected.

This bundle can be submitted to us via email: **[email protected]**

0 comments on commit a3276fa

Please sign in to comment.