We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f10c54 commit f949e15Copy full SHA for f949e15
.github/ISSUE_TEMPLATE/feature-request-integration.yml
@@ -0,0 +1,27 @@
1
+name: Integration Feature Request
2
+description: Request a new Feature in an existing Integration
3
+title: "<Integration Name>: "
4
+labels: ["enhancement", "integration"]
5
+assignees:
6
+ - SIMULATAN
7
+body:
8
+ - type: input
9
+ id: contact
10
+ attributes:
11
+ label: Integration Name
12
+ description: What Integration does this apply to?
13
+ placeholder: ex. Moodle, Mapper
14
+ validations:
15
+ required: true
16
+ - type: textarea
17
+ id: request
18
19
+ label: Wanted Feature
20
+ placeholder: Tell us what you want!
21
22
23
24
+ id: example
25
26
+ label: Example Use Case
27
+ description: Please state an example use case putting the feature into context.
0 commit comments