File size: 1,776 Bytes
3b6afc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: Feature Request
description: File a feature request
title: "Enhancement: "
labels: ["enhancement"]
body:
  - type: markdown
    attributes:
      value: |
        Thank you for taking the time to fill this out!
  - type: input
    id: contact
    attributes:
      label: Contact Details
      description: How can we contact you if we need more information?
      placeholder: ex. email@example.com
    validations:
      required: false
  - type: textarea
    id: what
    attributes:
      label: What features would you like to see added?
      description: Please provide as many details as possible.
      placeholder: Please provide as many details as possible.
    validations:
      required: true
  - type: textarea
    id: details
    attributes:
      label: More details
      description: Please provide additional details if needed.
      placeholder: Please provide additional details if needed.
    validations:
      required: true
  - type: dropdown
    id: subject
    attributes:
      label: Which components are impacted by your request?
      multiple: true
      options:
        - General
        - UI
        - Endpoints
        - Plugins
        - Other
  - type: textarea
    id: screenshots
    attributes:
      label: Pictures
      description: If relevant, please include images to help clarify your request. You can drag and drop images directly here, paste them, or provide a link to them.
  - type: checkboxes
    id: terms
    attributes:
      label: Code of Conduct
      description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/danny-avila/LibreChat/blob/main/CODE_OF_CONDUCT.md)
      options:
        - label: I agree to follow this project's Code of Conduct
          required: true