From 51e5a8850cb6a605f73f8239b6922d4fc113b290 Mon Sep 17 00:00:00 2001 From: Daphne Yang Date: Wed, 29 May 2024 11:58:55 -0400 Subject: [PATCH] fix: update message with an example of accepted required info --- .github/actions/validate-issue/messages/provide-version.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/validate-issue/messages/provide-version.md b/.github/actions/validate-issue/messages/provide-version.md index ec379321..4188fa0f 100644 --- a/.github/actions/validate-issue/messages/provide-version.md +++ b/.github/actions/validate-issue/messages/provide-version.md @@ -7,6 +7,13 @@ If you haven't already, please provide the following info: **VS Code version**: **Most recent version of the extensions where this was working**: +Here's an example of a set of required info that will pass the validation: +**Salesforce Extension Version in VS Code**: 60.13.0 +**Salesforce CLI Version**: @salesforce/cli/2.42.6 darwin-arm64 node-v18.18.2 +**OS and version**: MacOS Sonoma 14.5 +**VS Code version**: 1.89.1 +**Most recent version of the extensions where this was working**: 60.11.0 + A few more things to check: - Make sure you've provided detailed steps to reproduce your issue, as well as all error messages that you see.