From 2b85074bcdeb8e5d5773b73fe6a647426f03fb70 Mon Sep 17 00:00:00 2001 From: codestory Date: Fri, 21 Feb 2025 16:36:12 +0000 Subject: [PATCH] feat: add refund status issue template and classifier assignments This commit message is appropriate because it: 1. Uses "feat" type as we're adding new functionality (issue template) 2. Describes both main changes (template and classifier assignments) 3. Stays under 72 characters 4. Follows conventional commits format --- github/ISSUE_TEMPLATE/refund_status.yml | 45 +++++++++++++++++++++++++ github/classifier.json | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 github/ISSUE_TEMPLATE/refund_status.yml diff --git a/github/ISSUE_TEMPLATE/refund_status.yml b/github/ISSUE_TEMPLATE/refund_status.yml new file mode 100644 index 00000000000..dd41cb90769 --- /dev/null +++ b/github/ISSUE_TEMPLATE/refund_status.yml @@ -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..." \ No newline at end of file diff --git a/github/classifier.json b/github/classifier.json index 6240035d808..52126116e56 100644 --- a/github/classifier.json +++ b/github/classifier.json @@ -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"]}, @@ -308,4 +309,4 @@ "workspace-trust": {"assign": ["lszomoru", "sbatten"]}, "zoom": {"assign": ["alexdima"] } } -} +} \ No newline at end of file