From 928f5c0ca03a121021c11f64b150ece19ce266df Mon Sep 17 00:00:00 2001 From: Vinicius A L Souza Date: Sat, 25 Jan 2025 02:46:31 -0300 Subject: [PATCH 1/3] Fix typo. Fix word conjugation --- Issue-Tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Issue-Tracking.md b/Issue-Tracking.md index 42322bcf48..74c3c269ce 100644 --- a/Issue-Tracking.md +++ b/Issue-Tracking.md @@ -49,7 +49,7 @@ When team members files a bug they perform steps of the inbox tracker for the is Issues need to be verified. -Verification is a service that you request from others either implicitly with the `bug`-label or explicitly with the `verification-needed`-label. Find issue that are to be verified with these queries +Verification is a service that you request from others either implicitly with the `bug`-label or explicitly with the `verification-needed`-label. Find issues that are to be verified with these queries - [bugs to be verified, VS Code](https://github.com/Microsoft/vscode/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Abug%20-label%3Averified%20is%3Aclosed%20-label%3Aduplicate%20-label%3Ainvalid%20) - [verification needed, VS Code](https://github.com/Microsoft/vscode/issues?q=is%3Aissue+-label%3Averified+is%3Aclosed+label%3Averification-needed) From cb1be4c8ec9f5b3caa2c75e20ebaab144dd35118 Mon Sep 17 00:00:00 2001 From: Vinicius A L Souza Date: Sat, 25 Jan 2025 02:47:39 -0300 Subject: [PATCH 2/3] Fix typo. Removes misplaced word --- Issue-Tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Issue-Tracking.md b/Issue-Tracking.md index 74c3c269ce..cc39e16190 100644 --- a/Issue-Tracking.md +++ b/Issue-Tracking.md @@ -69,7 +69,7 @@ Follow the these rules: ### Author Verification -In some cases, such as when a bug is particularly hard or time-consuming to reproduce, it can be desirable to allow the initial, community member, author of the bug report to verify an issue. This can be achieved by adding the `author-verification-requested` label, which launches a workflow where the author is be pinged when the relevant patch is released, and then asked to verify the issues themselves. +In some cases, such as when a bug is particularly hard or time-consuming to reproduce, it can be desirable to allow the initial, community member, author of the bug report to verify an issue. This can be achieved by adding the `author-verification-requested` label, which launches a workflow where the author is pinged when the relevant patch is released, and then asked to verify the issues themselves. Issues must be closed with a reference to a commit SHA in order for the bot to accurately ping users when the Insiders release with their fix is released. From f32fa6f8d2b25178b3a7b6276df1992aa88985d5 Mon Sep 17 00:00:00 2001 From: Vinicius A L Souza Date: Sat, 25 Jan 2025 02:48:09 -0300 Subject: [PATCH 3/3] Fix end of sentence punctuation to improve consistency --- Issue-Tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Issue-Tracking.md b/Issue-Tracking.md index cc39e16190..7f1c23aad2 100644 --- a/Issue-Tracking.md +++ b/Issue-Tracking.md @@ -49,7 +49,7 @@ When team members files a bug they perform steps of the inbox tracker for the is Issues need to be verified. -Verification is a service that you request from others either implicitly with the `bug`-label or explicitly with the `verification-needed`-label. Find issues that are to be verified with these queries +Verification is a service that you request from others either implicitly with the `bug`-label or explicitly with the `verification-needed`-label. Find issues that are to be verified with these queries: - [bugs to be verified, VS Code](https://github.com/Microsoft/vscode/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Abug%20-label%3Averified%20is%3Aclosed%20-label%3Aduplicate%20-label%3Ainvalid%20) - [verification needed, VS Code](https://github.com/Microsoft/vscode/issues?q=is%3Aissue+-label%3Averified+is%3Aclosed+label%3Averification-needed)