Skip to content

Commit ea14a5a

Browse files
Add GitHub issue templates for PayPal vscode extension
## Changes - Bug report template for reporting vs code paypal extension issues - Feature request template for suggesting improvements ## Jira story link [Jira story](https://paypal.atlassian.net/browse/DTDEVSUP-241)
1 parent ce0fc4b commit ea14a5a

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: Bug Report - PayPal Extension
2+
description: Report a bug or unexpected behavior with the PayPal Extension
3+
labels: ["bug", "needs-triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for reporting a bug with the PayPal Extension! Please fill out the sections below.
9+
10+
- type: dropdown
11+
id: extension_feature
12+
attributes:
13+
label: Which feature of PayPal extension is this bug related to?
14+
description: Which part of the PayPal extension are you using when you encountered this bug?
15+
options:
16+
- PayPal AI Assistant
17+
- PayPal Samples
18+
- Help & Feedback
19+
- Other (please specify in additional context)
20+
- Not specific to one feature
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: description
26+
attributes:
27+
label: What happened?
28+
description: A clear description of the bug with the PayPal Extension
29+
placeholder: "Example: The PayPal AI Assistant failed to generate upgrade code for my JS SDK v5 to v6 integration"
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: reproduce
35+
attributes:
36+
label: Steps to reproduce
37+
description: How can we reproduce this?
38+
placeholder: |
39+
1. Open PayPal AI Assistant panel
40+
2. Select "Ask PayPal Assistant"
41+
3. Enter prompt: [your prompt]
42+
4. See error or unexpected behavior
43+
validations:
44+
required: true
45+
46+
- type: input
47+
id: version
48+
attributes:
49+
label: Version
50+
description: What version of VS Code and PayPal Extension are you using?
51+
placeholder: "e.g., VS Code v1.85.0 and PayPal Extension v1.0.0"
52+
validations:
53+
required: false
54+
55+
- type: textarea
56+
id: additional
57+
attributes:
58+
label: Additional context
59+
description: Anything else we should know? (screenshots, error logs, AI responses, code samples)
60+
placeholder: "Paste error logs, AI responses, or add screenshots here"
61+
validations:
62+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature Request - PayPal Extension
2+
description: Suggest a new feature or improvement for the PayPal Extension
3+
labels: ["feature", "needs-triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for suggesting a feature for the PayPal Extension! Please describe what you'd like to see.
9+
10+
- type: textarea
11+
id: problem
12+
attributes:
13+
label: What problem does this solve?
14+
description: Describe the use case or pain point
15+
placeholder: "Example: As a PayPal developer, I need better guidance for upgrading from JS SDK v5 to v6..."
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: solution
21+
attributes:
22+
label: Describe your ideal solution
23+
description: How would you like this to work?
24+
placeholder: "Example: Add PayPal AI Assistant support for JS SDK v5 to v6 upgrades with code examples and breaking changes"
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: alternatives
30+
attributes:
31+
label: Alternatives you've considered
32+
description: What workarounds are you using today? (optional)
33+
placeholder: "Example: Currently I manually reference the docs while coding"
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)