summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature-request.yml
blob: 159311b2b0b2c20e03d6712ca9c5a3659f7f8e55 (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
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
        - TCP
        - File server
        - Config
        - KV
        - Logger
        - Metrics
        - Temporal
        - Service
        - Server
        - Status

  - 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