Skip to content

Commit 6d0ec2a

Browse files
authored
Converted feature request template to forms
1 parent 35740fe commit 6d0ec2a

File tree

2 files changed

+53
-30
lines changed

2 files changed

+53
-30
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Feature request
2+
description: Create a report to help us fix something that isn't working as expected
3+
title: "[Feature]"
4+
labels: "feature request :mailbox_with_mail:"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Before you begin
10+
🚨 **Please do not skip instructions**🚨
11+
12+
This info is essential to help us understand your feature request.
13+
14+
If you're uncertain about the feature, find or start an [Ideas](https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/categories/ideas) discussion, where you can get insight from the community regarding your issue.
15+
- type: textarea
16+
id: problem-description
17+
validations:
18+
required: true
19+
attributes:
20+
label: Describe the problem
21+
description: Describe the problem this feature would solve.
22+
placeholder: |
23+
A clear and concise description of what the problem is, starting with the user story.
24+
25+
Describe or link to any existing issues or discussions.
26+
27+
Provide examples of the restrictions in the current environment that hinders the work your users or you want to perform. What are the ways this new feature will help transform and deliver those results
28+
29+
For example, I am currently using the InfiniteCanvas control which lacks the TabbedCommandBar control feature. I am looking to improve user experience therefore i would like to use that in my project to provide ease of accessibility and a user-friendly interface. This new feature will provide quick access to the toolbar, enhance space utilization, etc [...]
30+
31+
- type: textarea
32+
id: solution-description
33+
validations:
34+
required: true
35+
attributes:
36+
label: Describe the solution
37+
description: Describe the solution to the problem.
38+
placeholder: |
39+
A clear and concise description of what you want to happen. Define how do you think it will help the community and the value it adds to the toolkit.
40+
41+
- type: textarea
42+
id: alternatives
43+
attributes:
44+
label: Alternatives
45+
description: Describe alternatives you've considered
46+
placeholder: |
47+
A clear and concise description of any alternative solutions or features you've considered.
48+
49+
- type: textarea
50+
id: additional-info
51+
attributes:
52+
label: Additional info
53+
description: Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)