mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 14:30:11 +01:00
fd4a230669
* Setup issue templates Allow ability to include blank issue resolves #557 todo: PR template * update templates + add PR template * newlines
19 lines
569 B
YAML
19 lines
569 B
YAML
name: ✨ New Feature suggestion
|
|
description: Suggest a new feature for AnythingLLM!
|
|
title: "[FEAT]: "
|
|
labels: [enhancement, feature-request]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Share a new idea for a feature or improvement. Be sure to search existing
|
|
issues first to avoid duplicates.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What would you like to see?
|
|
description: |
|
|
Describe the feature and why it would be useful to your use-case as well as others.
|
|
validations:
|
|
required: true
|