Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CUDA][HIP] Fix bug report template descriptions #12928

Merged
merged 7 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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