diff options
author | Valery Piashchynski <[email protected]> | 2022-01-30 15:58:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-30 15:58:36 +0300 |
commit | 59184d5c4f55146789abc6a1981bce958f5c2673 (patch) | |
tree | ad58ef47c2442164ddd2d176be9947d1a6527d1e /.github | |
parent | 41bba953c6312426f02e22755cad9e4e0721cb3e (diff) |
Update issue template, update deps
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/chore.yml | 28 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 6 |
2 files changed, 33 insertions, 1 deletions
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 |