Skip to content

Commit ce70f0d

Browse files
[CUDA][HIP] Fix bug report template descriptions (#12928)
The format from #12910 was invalid. This PR attempts to fix it. Note: Descriptions have a 200 character limit. --------- Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 43201db commit ce70f0d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CUDA-specific bug report
2-
description: Please use this template in case of CUDA-specific issue.
3-
Before submitting an issue check that it is not already covered in the
4-
[troubleshooting guide](https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting)
2+
description: >
3+
Please use this template in case of CUDA-specific issue.
4+
Check https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting
5+
before submitting a bug report.
56
labels: ["bug", "cuda"]
67
body:
78
- type: textarea

.github/ISSUE_TEMPLATE/3-bug-report-hip.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: HIP-specific bug report
2-
description: Please use this template in case of HIP-specific issue
3-
Before submitting an issue check that it is not already covered in the
4-
[troubleshooting guide](https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting)
2+
description: >
3+
Please use this template in case of HIP-specific issue.
4+
Check https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting
5+
before submitting a bug report.
56
labels: ["bug", "hip"]
67
body:
78
- type: textarea

0 commit comments

Comments
 (0)