diff --git a/.github/ISSUE_TEMPLATE/prompt-api.md b/.github/ISSUE_TEMPLATE/prompt-api.md index 6a1e6ab3..5ab5d255 100644 --- a/.github/ISSUE_TEMPLATE/prompt-api.md +++ b/.github/ISSUE_TEMPLATE/prompt-api.md @@ -21,11 +21,11 @@ In Edge, go to `edge://on-device-internals/` and find the Device performance cla ### Is device capable? -In Edge, go to edge://on-device-internals/ and find the Device capable value under Model Status. +In Edge, go to `edge://on-device-internals/` and find the Device capable value under Model Status. ### Edge channel and version -The Microsoft Edge channel and version you are using. Go to edge://version for details. +The Microsoft Edge channel and version you are using. Go to `edge://version` for details. For example: Edge Dev 138.0.3309.2. ### Device information @@ -35,5 +35,5 @@ For example: Windows 11, version 24H2, x64 ### GPU information -Tell us the GPU information of your device. Go to edge://gpu and search for GL_RENDERER. +Tell us the GPU information of your device. Go to `edge://gpu` and search for GL_RENDERER. --- diff --git a/.github/ISSUE_TEMPLATE/translator-api.md b/.github/ISSUE_TEMPLATE/translator-api.md new file mode 100644 index 00000000..648c2340 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translator-api.md @@ -0,0 +1,35 @@ +--- +name: "Translator API" +about: "Report an issue about the Translator API in Microsoft Edge" +title: "[Translator API] " +labels: "Translator API" +assignees: sohchatt +--- +Thank you for reporting an issue with the Translator API in Microsoft Edge! + +If you want to send feedback, questions, or discuss about your scenario for built-in translation instead, please [add a comment in issue #1157](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/1157). + +Before reporting an issue, please check the [Translator API documentation](https://learn.microsoft.com/microsoft-edge/web-platform/translator-api), which includes instructions about how to enable the API in Microsoft Edge. + +### What happened? + +Please describe the issue you encountered. Also tell us, what did you expect to happen? + +### Device performance class + +In Edge, go to `edge://on-device-internals/` and find the Device performance class value under Tools. + +### Is translation model downloaded? + +In Edge, go to `edge://on-device-translation-internals` and ensure that language packs for your source and target languages have been installed. + +### Edge channel and version + +The Microsoft Edge channel and version you are using. Go to `edge://version` for details. +For example: Edge Dev 142.0.3553.0. + +### Device information + +Please provide the following information about your device: Operating system, version, and architecture. +For example: Windows 11, version 24H2, x64 +--- diff --git a/.github/ISSUE_TEMPLATE/writing-assistance-api.md b/.github/ISSUE_TEMPLATE/writing-assistance-api.md index 709811de..54d6d3e5 100644 --- a/.github/ISSUE_TEMPLATE/writing-assistance-api.md +++ b/.github/ISSUE_TEMPLATE/writing-assistance-api.md @@ -21,11 +21,11 @@ In Edge, go to `edge://on-device-internals/` and find the Device performance cla ### Is device capable? -In Edge, go to edge://on-device-internals/ and find the Device capable value under Model Status. +In Edge, go to `edge://on-device-internals/` and find the Device capable value under Model Status. ### Edge channel and version -The Microsoft Edge channel and version you are using. Go to edge://version for details. +The Microsoft Edge channel and version you are using. Go to `edge://version` for details. For example: Edge Dev 138.0.3309.2. ### Device information @@ -35,5 +35,5 @@ For example: Windows 11, version 24H2, x64 ### GPU information -Tell us the GPU information of your device. Go to edge://gpu and search for GL_RENDERER. +Tell us the GPU information of your device. Go to `edge://gpu` and search for GL_RENDERER. ---