Skip to content

Commit

Permalink
Steffen/fix bug report templates (#2)
Browse files Browse the repository at this point in the history
* [CUDA][HIP] Fix bug report template descriptions

The format from intel#12910 was invalid.
This PR attempts to fix it.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

* Keep under 200 characters

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

* Change hyperlinks

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

* Try new hyperlinks

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

* Reduce character count again

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

---------

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen authored Mar 7, 2024
1 parent 3d9664a commit cafffb1
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 the <a href="https://developer.codeplay.com/products/oneapi/nvidia/latest/guides/troubleshooting">troubleshooting guide</a>
first.
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 the <a href="https://developer.codeplay.com/products/oneapi/amd/latest/guides/troubleshooting">troubleshooting guide</a>
first.
labels: ["bug", "hip"]
body:
- type: textarea
Expand Down

0 comments on commit cafffb1

Please sign in to comment.