diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..e26fde19 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,38 @@ +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 |