Skip to content

Commit ead0578

Browse files
gitauto-ai[bot]abdulrahman305
authored andcommitted
Add a template: feature_request.yml
1 parent da0c5cb commit ead0578

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Feature Request
2+
description: Share your problem and suggest a new feature
3+
title: "Feature Request: "
4+
labels: ["enhancement", "gitauto"]
5+
# assignees: [""]
6+
7+
body:
8+
- type: textarea
9+
id: problem
10+
attributes:
11+
label: Problem
12+
description: What issue are you facing?
13+
placeholder: "Example: 'When I try to upload large files (over 100MB), the process succeeds but takes more than 10 minutes. This disrupts my workflow and causes delays in my project.'"
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: current_solution
19+
attributes:
20+
label: Current Solution
21+
description: How are you currently solving this problem?
22+
placeholder: "Example: 'To work around this, I'm splitting the files into smaller parts (less than 50MB each) and uploading them individually. This is time-consuming and mistake-prone.'"
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: proposed_solution
28+
attributes:
29+
label: Proposed Solution
30+
description: What do you want to happen?
31+
placeholder: "Example: 'I would like a feature that supports seamless uploading of large files, more than 100MB, without any timeouts or delays. This will help me save time and improve my productivity.'"
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
id: attachments
37+
attributes:
38+
label: Screenshots or Diagrams
39+
description: Add any screenshots or diagrams that can help us understand the feature request.
40+
placeholder: "Attach it here"
41+
validations:
42+
required: false
43+
44+
- type: textarea
45+
id: additional_information
46+
attributes:
47+
label: Additional Information
48+
description: Include any other information or screenshots.
49+
placeholder: "Describe it here"
50+
validations:
51+
required: false

0 commit comments

Comments
 (0)