From 287d963f467d4c309e2e3fef804b49d567c92b93 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Mon, 31 Oct 2022 12:06:02 -0400 Subject: [PATCH] Add email attachments are lost on Github (#165057) Add email attachments are lost Github --- .github/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 5ade58ab38a..d83ca4d0c5c 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -451,7 +451,7 @@ ], "action": "comment", "addLabel": "info-needed", - "comment": "Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, `.gif` files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool.\n\nIf the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (`Developer: Toggle Screencast Mode` in the command palette).\n\nHappy coding!" + "comment": "Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, `.gif` files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool.\n\nIf the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (`Developer: Toggle Screencast Mode` in the command palette). Lastly, please attach this file via the GitHub web interface as emailed responses will strip files out from the issue.\n\nHappy coding!" }, { "__comment__": "Allows folks on the team to label issues by commenting: `\\label My-Label` ",