From 59184d5c4f55146789abc6a1981bce958f5c2673 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 30 Jan 2022 15:58:36 +0300 Subject: Update issue template, update deps Signed-off-by: Valery Piashchynski --- .github/ISSUE_TEMPLATE/chore.yml | 28 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 6 +++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/chore.yml (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/chore.yml b/.github/ISSUE_TEMPLATE/chore.yml new file mode 100644 index 00000000..bb046946 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -0,0 +1,28 @@ +name: Chore +description: Enhancement or chore of the existing code +title: "[🧹 CHORE]: " +labels: ["C-enhancement"] +assignees: + - rustatian +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this report! + + - type: checkboxes + id: search-done + attributes: + label: No duplicates 🥲. + options: + - label: I have searched for a similar issue. + required: true + - type: textarea + id: what-happened + attributes: + label: What should be improved or cleaned up? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "Improvement" + validations: + required: true 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 -- cgit v1.2.3