Просмотр исходного кода

github: add feature request template

Signed-off-by: Milas Bowman <[email protected]>
Milas Bowman 3 лет назад
Родитель
Сommit
f43a1e3ece
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      .github/ISSUE_TEMPLATE/feature_request.yaml

+ 13 - 0
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -0,0 +1,13 @@
+name: Feature request
+description: Missing functionality? Come tell us about it!
+labels:
+  - kind/feature
+  - status/0-triage
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Description
+      description: What is the feature you want to see?
+    validations:
+      required: true