summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature-request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
deleted file mode 100644
index e26fde19..00000000
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-name: Feauture 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
- - JOBS
- - TCP
- - File server
- - Config
- - KV
- - 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 \ No newline at end of file