Skip to content

Commit e6157f9

Browse files
authored
github: add contact links to issues and convert question into research [no ci] (ggml-org#7612)
1 parent 9c4c9cc commit e6157f9

File tree

3 files changed

+65
-38
lines changed

3 files changed

+65
-38
lines changed

.github/ISSUE_TEMPLATE/06-question.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Research
2+
description: Track new technical research area
3+
title: "Research: "
4+
labels: ["research 🔬"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Don't forget to check for any [duplicate research issue tickets](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22)
10+
11+
- type: checkboxes
12+
id: research-stage
13+
attributes:
14+
label: Research Stage
15+
description: Track general state of this research ticket
16+
options:
17+
- label: Background Research (Let's try to avoid reinventing the wheel)
18+
- label: Hypothesis Formed (How do you think this will work and it's effect?)
19+
- label: Strategy / Implementation Forming
20+
- label: Analysis of results
21+
- label: Debrief / Documentation (So people in the future can learn from us)
22+
23+
- type: textarea
24+
id: background
25+
attributes:
26+
label: Previous existing literature and research
27+
description: Whats the current state of the art and whats the motivation for this research?
28+
29+
- type: textarea
30+
id: hypothesis
31+
attributes:
32+
label: Hypothesis
33+
description: How do you think this will work and it's effect?
34+
35+
- type: textarea
36+
id: implementation
37+
attributes:
38+
label: Implementation
39+
description: Got an approach? e.g. a PR ready to go?
40+
41+
- type: textarea
42+
id: analysis
43+
attributes:
44+
label: Analysis
45+
description: How does the proposed implementation behave?
46+
47+
- type: textarea
48+
id: logs
49+
attributes:
50+
label: Relevant log output
51+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
52+
render: shell

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Got an idea?
4+
url: https://github.com/ggerganov/llama.cpp/discussions/categories/ideas
5+
about: Pop it there. It may then become an enhancement ticket.
6+
- name: Got a question?
7+
url: https://github.com/ggerganov/llama.cpp/discussions/categories/q-a
8+
about: Ask a question there!
9+
- name: Want to contribute?
10+
url: https://github.com/ggerganov/llama.cpp/wiki/contribute
11+
about: Head to the contribution guide page of the wiki for areas you can help with
12+
13+

0 commit comments

Comments
 (0)