diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e26fde19..9d31f58e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -18,11 +18,15 @@ body: options: - GRPC - HTTP + - HTTP Middleware (any) - JOBS - TCP - File server - Config - KV + - Logger + - Metrics + - Temporal - Service - Server - Status @@ -35,4 +39,4 @@ body: placeholder: Tell us what you see! value: "I have an idea, listen to me!!" validations: - required: true
\ No newline at end of file + required: true |