summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature-request.yml
blob: 595ba0c488ff06bcebb3ddc0346d0112c4f7158f (plain)
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
name: Feature request
description: 💡 Suggest an idea for this project
title: "[💡 FEATURE REQUEST]: "
labels: ["C-feature-request"]
assignees:
  - rustatian
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to share your idea!

  - type: dropdown
    id: plugin
    attributes:
      label: Plugin
      description: What plugin is affected?
      options:
        - GRPC
        - HTTP
        - HTTP Middleware (any)
        - Jobs
        - Jobs driver
        - TCP
        - File server
        - Config
        - KV
        - KV driver
        - Logger
        - Metrics
        - Temporal
        - Service
        - Server
        - Status
        - Centrifuge

  - type: textarea
    id: idea
    attributes:
      label: I have an idea!
      description: Clear and concise description of your idea.
      placeholder: Tell us what you see!
      value: "I have an idea, listen to me!!"
    validations:
      required: true