Skip to content

Commit 6e0759e

Browse files
Adding issues templates
1 parent b3c4f3a commit 6e0759e

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: 🚀 Feature request
2+
description: File a feature request for the Power Apps Test Engine
3+
title: "[Feature]: FEATURE TITLE"
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Is your feature request related to a problem? Please describe.
9+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
validations:
11+
required: false
12+
- type: textarea
13+
attributes:
14+
label: Describe the solution you'd like
15+
description: A clear and concise description of what you want to happen. Please provide as much related information as possible including screenshots, documents, links etc.
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Describe alternatives you've considered
21+
description: A clear and concise description of any alternative solutions or features you've considered.
22+
validations:
23+
required: false
24+
- type: textarea
25+
attributes:
26+
label: Additional context?
27+
description: |
28+
Add any other context or screenshots about the feature request here.
29+
30+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
31+
validations:
32+
required: false

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: ❓Question
2+
description: Ask a question about the Power Apps Test Engine
3+
title: "[QUESTION] Your question title"
4+
labels: ["question"]
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Does this question already exist in our backlog?
9+
description: Have you validated that your question is not already in the [backlog](https://github.com/microsoft/PowerApps-TestEngine/issues) or has already been answered in our [wiki](https://github.com/microsoft/coe-starter-kit/wiki/Issue-triage-(CoE-Starter-Kit))?
10+
options:
11+
- label: I have checked and confirm this is a new question.
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: What is your question?
16+
description: A concise description of what you need to know. Please provide as much related information as possible including screenshots, documents, links etc.
17+
validations:
18+
required: true
19+
- type: dropdown
20+
id: component
21+
attributes:
22+
label: What component are you experiencing the issue with?
23+
options:
24+
- Authentication
25+
- Providers
26+
- Playwright
27+
- PowerFX
28+
- Other
29+
validations:
30+
required: false
31+
- type: input
32+
id: version
33+
attributes:
34+
label: What pac version are you using?
35+
placeholder: "pac version number"
36+
validations:
37+
required: false

0 commit comments

Comments
 (0)