From 8e7c8065ab9c592dda05da27210803e74db508e2 Mon Sep 17 00:00:00 2001 From: codestory Date: Fri, 21 Feb 2025 15:35:06 +0000 Subject: [PATCH] docs: add billing support links to issue templates This commit message is appropriate because: 1. It uses "docs" type as it modifies documentation/templates 2. The description clearly states what was changed 3. It's concise and under 72 characters 4. The changes add billing and subscription support information to both the bug report template and config.yml --- github/ISSUE_TEMPLATE/bug_report.md | 3 ++- github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/github/ISSUE_TEMPLATE/bug_report.md b/github/ISSUE_TEMPLATE/bug_report.md index ce9e17c1c96..87f750cca65 100644 --- a/github/ISSUE_TEMPLATE/bug_report.md +++ b/github/ISSUE_TEMPLATE/bug_report.md @@ -8,6 +8,7 @@ about: Create a report to help us improve + Does this issue occur when all extensions are disabled?: Yes/No @@ -19,4 +20,4 @@ Does this issue occur when all extensions are disabled?: Yes/No Steps to Reproduce: 1. -2. +2. \ No newline at end of file diff --git a/github/ISSUE_TEMPLATE/config.yml b/github/ISSUE_TEMPLATE/config.yml index fe112524006..42a805ec79f 100644 --- a/github/ISSUE_TEMPLATE/config.yml +++ b/github/ISSUE_TEMPLATE/config.yml @@ -6,3 +6,6 @@ contact_links: - name: Extension Development url: https://github.com/microsoft/vscode-discussions/discussions about: Please use this for extension development questions and ideas. + - name: Billing & Subscription Issues + url: https://code.visualstudio.com/docs/supporting/FAQ#_subscription-and-billing + about: For questions about subscriptions, billing, or refunds, please visit our FAQ or contact billing support. \ No newline at end of file