Skip to content

Commit 469a788

Browse files
committed
Add feature request form
1 parent ec0cde8 commit 469a788

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
- type: input
5757
id: adyen-api-version
5858
attributes:
59-
label: "Adyen API Library version"
59+
label: "Adyen Node API Library version"
6060
description: "Specify the version of the Adyen API library you're using."
6161
placeholder: "Example: 20.1.2"
6262
validations:
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Feature Request
2+
description: Request a new feature or improvement
3+
title: "[Feature]: "
4+
labels: ["Feature"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "#### Is your feature request related to a problem? Please describe."
10+
11+
- type: input
12+
id: feature-summary
13+
attributes:
14+
label: "Feature summary"
15+
description: "Provide a short description of the feature request."
16+
placeholder: "Example: Add support for donation event."
17+
18+
- type: textarea
19+
id: problem-statement
20+
attributes:
21+
label: "Problem statement"
22+
description: "Explain the problem this feature aims to solve."
23+
placeholder: "Example: I have an issue with consuming the donations webhook."
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
id: proposed-solution
29+
attributes:
30+
label: "Proposed solution"
31+
description: "Describe how you want this feature to work."
32+
placeholder: "Example: Add Donation enum to ..."
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: alternatives
38+
attributes:
39+
label: "Alternatives considered"
40+
description: "Describe any alternative solutions you've explored."
41+
placeholder: "Example: I tried to extend the current namespace but ..."
42+
43+
- type: textarea
44+
id: additional-context
45+
attributes:
46+
label: "Additional context"
47+
description: "Provide any extra details, references, or screenshots."

0 commit comments

Comments
 (0)