diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml index 7bf9f4d7d72f5..758cadc00450a 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml @@ -1,5 +1,7 @@ name: CUDA-specific bug report -description: Please use this template in case of CUDA-specific issue +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) labels: ["bug", "cuda"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml index abd1a87a1808a..22b4acc968eb6 100644 --- a/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml +++ b/.github/ISSUE_TEMPLATE/3-bug-report-hip.yml @@ -1,5 +1,7 @@ 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) labels: ["bug", "hip"] body: - type: textarea