Skip to content

Commit d0b6a36

Browse files
committed
Convert feature request template to YAML
1 parent 99239ef commit d0b6a36

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

.github/ISSUE_TEMPLATE/feature-request-integration.md

-20
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
19+
label: Wanted Feature
20+
placeholder: Tell us what you want!
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: example
25+
attributes:
26+
label: Example Use Case
27+
description: Please state an example use case putting the feature into context.

0 commit comments

Comments
 (0)