Skip to content

Commit

Permalink
[CUDA][HIP] Fix bug report template descriptions (#12928)
Browse files Browse the repository at this point in the history
The format from #12910 was invalid.
 This PR attempts to fix it.

Note: Descriptions have a 200 character limit.

---------

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen committed Mar 8, 2024
1 parent 43201db commit ce70f0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/2-bug-report-cuda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CUDA-specific bug report
description: Please use this template in case of CUDA-specific issue.
Before submitting an issue check that it is not already covered in the
[troubleshooting guide](https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting)
description: >
Please use this template in case of CUDA-specific issue.
Check https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting
before submitting a bug report.
labels: ["bug", "cuda"]
body:
- type: textarea
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/3-bug-report-hip.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: HIP-specific bug report
description: Please use this template in case of HIP-specific issue
Before submitting an issue check that it is not already covered in the
[troubleshooting guide](https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting)
description: >
Please use this template in case of HIP-specific issue.
Check https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting
before submitting a bug report.
labels: ["bug", "hip"]
body:
- type: textarea
Expand Down

0 comments on commit ce70f0d

Please sign in to comment.