summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-01-30 17:09:07 +0300
committerGitHub <[email protected]>2022-01-30 17:09:07 +0300
commite59dcbfc4ededf78944cfbe1dba1f25cad857af7 (patch)
tree6c2172976592799b11c883966c1dab6a2630cafd /.github/ISSUE_TEMPLATE
parent41bba953c6312426f02e22755cad9e4e0721cb3e (diff)
parentde316433cbf827043452210b779de39163f334e9 (diff)
[#977]: feat(template): add `chore` issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/chore.yml28
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml6
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