mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
chore(github): added feature request template
This commit is contained in:
parent
e36d51ea8e
commit
9f636e0b00
@ -1,4 +1,4 @@
|
||||
name: Bug Report
|
||||
name: Bug Report 🐛
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
|
32
.github/ISSUE_TEMPLATE/EXTERNAL_USER_FEATURE_REQUEST.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/EXTERNAL_USER_FEATURE_REQUEST.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: 🚀 Feature Request
|
||||
description: Submit a proposal/request for a new Quivr feature.
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for making Quivr better!
|
||||
- type: textarea
|
||||
id: the-feature
|
||||
attributes:
|
||||
label: The Feature
|
||||
description: A clear and concise description of the feature proposal
|
||||
placeholder: Tell us what you want!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: motivation
|
||||
attributes:
|
||||
label: Motivation, pitch
|
||||
description: Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., "I'm working on X and would like Y to be possible". If this is related to another GitHub issue, please link here too.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Twitter / LinkedIn details
|
||||
description: We announce new features on Twitter + LinkedIn. When this is announced, and you'd like a mention, we'll gladly shout you out!
|
||||
placeholder: ex. @StanGirard_ / https://www.linkedin.com/in/stanislas-girard/
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue
Block a user