mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +00:00
add descriptions to issue templates
This commit is contained in:
1
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/10_bug_report.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
|
description: Something isn't working right.
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
labels: ['feature request']
|
labels: ['feature request']
|
||||||
|
description: Request a new feature.
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/30_model_request.yml
vendored
1
.github/ISSUE_TEMPLATE/30_model_request.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: Model request
|
name: Model request
|
||||||
labels: ['model request']
|
labels: ['model request']
|
||||||
|
description: Request a new model.
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
|
|||||||
Reference in New Issue
Block a user