Ver Fonte

github: add feature request template

Signed-off-by: Milas Bowman <[email protected]>
Milas Bowman há 3 anos atrás
pai
commit
f43a1e3ece
1 ficheiros alterados com 13 adições e 0 exclusões
  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