Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions github/ISSUE_TEMPLATE/refund_status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Refund Status
description: Share your refund status to help track refund processing
title: "[Refund] - "
labels: ["refund"]
body:
- type: markdown
attributes:
value: |
Please share your refund status to help track refund processing times and outcomes.

- type: dropdown
id: refund_status
attributes:
label: Current Refund Status
options:
- Requested
- In Progress
- Received
- Denied
validations:
required: true

- type: input
id: request_date
attributes:
label: When did you request the refund?
placeholder: "YYYY-MM-DD"
validations:
required: true

- type: input
id: amount
attributes:
label: Refund Amount
description: The amount you requested for refund
placeholder: "e.g. $50.00"
validations:
required: true

- type: textarea
id: additional_info
attributes:
label: Additional Information
description: Any additional details about your refund experience
placeholder: "Share any relevant details about your refund process..."
3 changes: 2 additions & 1 deletion github/classifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
"quick-open": {"assign": ["TylerLeonhardt"]},
"quick-pick": {"assign": ["TylerLeonhardt"]},
"references-viewlet": {"assign": ["jrieken"]},
"refund": {"assign": ["TylerLeonhardt", "sandy081"]},
"release-notes": {"assign": []},
"remote": {"assign": []},
"remote-connection": {"assign": ["alexdima"]},
Expand Down Expand Up @@ -308,4 +309,4 @@
"workspace-trust": {"assign": ["lszomoru", "sbatten"]},
"zoom": {"assign": ["alexdima"] }
}
}
}