Skip to content

Commit

Permalink
Adding issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS authored May 30, 2024
1 parent b3c4f3a commit 6e0759e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 🚀 Feature request
description: File a feature request for the Power Apps Test Engine
title: "[Feature]: FEATURE TITLE"
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: false
- type: textarea
attributes:
label: Describe the solution you'd like
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.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Additional context?
description: |
Add any other context or screenshots about the feature request here.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: ❓Question
description: Ask a question about the Power Apps Test Engine
title: "[QUESTION] Your question title"
labels: ["question"]
body:
- type: checkboxes
attributes:
label: Does this question already exist in our backlog?
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))?
options:
- label: I have checked and confirm this is a new question.
required: true
- type: textarea
attributes:
label: What is your question?
description: A concise description of what you need to know. Please provide as much related information as possible including screenshots, documents, links etc.
validations:
required: true
- type: dropdown
id: component
attributes:
label: What component are you experiencing the issue with?
options:
- Authentication
- Providers
- Playwright
- PowerFX
- Other
validations:
required: false
- type: input
id: version
attributes:
label: What pac version are you using?
placeholder: "pac version number"
validations:
required: false

0 comments on commit 6e0759e

Please sign in to comment.