diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
commit | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (patch) | |
tree | d9dbe5577c72810fadf1f2bc1e5fcee889fda983 /.github/ISSUE_TEMPLATE/feature-request.yml | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 38 |
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 |