simpler feature and model request forms

This commit is contained in:
jmorganca 2024-04-17 15:14:49 -04:00
parent 2bdc320216
commit eb5554232a
2 changed files with 8 additions and 16 deletions

View file

@ -1,11 +1,6 @@
---
name: Feature request
about: Request a new feature
labels: ['feature request']
description: Request a new feature.
body:
- type: textarea
id: problem
attributes:
label: What new feature would you like to see?
description: Tell us about the problem you're trying to solve.
validations:
required: false
---

View file

@ -1,9 +1,6 @@
---
name: Model request
about: Request support for a new model to be added to Ollama
labels: ['model request']
description: Request a new model.
body:
- type: textarea
id: problem
attributes:
label: What model would you like?
description: Please provide a link to the model.
---