Skip to content

Commit db55097

Browse files
authored
Update feature_request.yml
1 parent 3289174 commit db55097

1 file changed

Lines changed: 24 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ labels: [ "enhancement" ]
55
assignees: [ Lysagxra ]
66

77
body:
8-
- type: markdown
8+
- id: thank-you
9+
type: markdown
10+
911
attributes:
1012
value: Thanks for taking the time to fill out this feature request template!
1113

14+
- id: submission-guidelines
1215
- type: markdown
16+
1317
attributes:
1418
value: |
1519
> [!IMPORTANT]
@@ -24,8 +28,8 @@ body:
2428
You can download the latest version of the tool here:
2529
https://github.com/Lysagxra/MangaWorldDownloader/releases
2630
27-
- type: textarea
28-
id: feature-description
31+
- id: feature-description
32+
type: textarea
2933

3034
attributes:
3135
label: Describe the feature you'd like
@@ -35,34 +39,42 @@ body:
3539
validations:
3640
required: true
3741

38-
- type: textarea
39-
id: problem-related
42+
- id: problem-related
43+
type: textarea
4044

4145
attributes:
4246
label: Is your feature request related to a problem?
43-
description: A clear and concise description of what the problem is.
47+
description: A clear and concise description of what the problem is. Leave it blank if you prefer not to provide one.
4448
placeholder: "Example: I'm always frustrated when..."
4549

4650
validations:
4751
required: false
4852

49-
- type: textarea
50-
id: alternatives-considered
53+
- id: alternatives-considered
54+
type: textarea
5155

5256
attributes:
5357
label: Describe alternatives you've considered
54-
description: A clear and concise description of any alternative solutions or features you've considered.
58+
59+
description: >
60+
A clear and concise description of any alternative solutions or features you've considered.
61+
Leave it blank if you prefer not to provide one.
62+
5563
placeholder: "Example: I’ve tried using a script to automate updates, but it doesn’t always work properly"
5664

5765
validations:
5866
required: false
5967

60-
- type: textarea
61-
id: additional-context
68+
- id: additional-context
69+
type: textarea
6270

6371
attributes:
6472
label: Additional context
65-
description: Add any other context or screenshots about the feature request here.
73+
74+
description: >
75+
Add any other context or screenshots about the feature request here.
76+
Leave it blank if you prefer not to provide one.
77+
6678
placeholder: "Example: Here is a screenshot of the tool in action and how it could benefit from automatic updates."
6779

6880
validations:

0 commit comments

Comments
 (0)