Skip to content

Commit a3f3b81

Browse files
Improved issue templates (#77)
1 parent d7218c5 commit a3f3b81

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Bug Report
2-
description: Report an issue with llamacpp-rocm
1+
name: Bug Report on llama.cpp + ROCm builds
2+
description: Report an issue specific to running llama.cpp with ROCm
33
labels: ["bug"]
44
body:
55
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: Upstream llama.cpp
3+
- name: Bug Report on upstream llama.cpp
44
url: https://github.com/ggml-org/llama.cpp/issues
55
about: If your issue is not ROCm-specific, please report it to the upstream llama.cpp repository instead.
6+
- name: Bug Report on upstream ROCm
7+
url: https://github.com/ROCm/ROCm/issues
8+
about: If your issue is purely related to ROCm (not llama.cpp), please report it to the ROCm repository instead.

0 commit comments

Comments
 (0)