Skip to content

Commit 3de2292

Browse files
Bug template for Translator API (#1158)
* Bug template for Translator API * address review comments
1 parent 5f6632f commit 3de2292

3 files changed

Lines changed: 41 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/prompt-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ In Edge, go to `edge://on-device-internals/` and find the Device performance cla
2121

2222
### Is device capable?
2323

24-
In Edge, go to edge://on-device-internals/ and find the Device capable value under Model Status.
24+
In Edge, go to `edge://on-device-internals/` and find the Device capable value under Model Status.
2525

2626
### Edge channel and version
2727

28-
The Microsoft Edge channel and version you are using. Go to edge://version for details.
28+
The Microsoft Edge channel and version you are using. Go to `edge://version` for details.
2929
For example: Edge Dev 138.0.3309.2.
3030

3131
### Device information
@@ -35,5 +35,5 @@ For example: Windows 11, version 24H2, x64
3535

3636
### GPU information
3737

38-
Tell us the GPU information of your device. Go to edge://gpu and search for GL_RENDERER.
38+
Tell us the GPU information of your device. Go to `edge://gpu` and search for GL_RENDERER.
3939
---
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "Translator API"
3+
about: "Report an issue about the Translator API in Microsoft Edge"
4+
title: "[Translator API] <TITLE HERE>"
5+
labels: "Translator API"
6+
assignees: sohchatt
7+
---
8+
Thank you for reporting an issue with the Translator API in Microsoft Edge!
9+
10+
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).
11+
12+
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.
13+
14+
### What happened?
15+
16+
Please describe the issue you encountered. Also tell us, what did you expect to happen?
17+
18+
### Device performance class
19+
20+
In Edge, go to `edge://on-device-internals/` and find the Device performance class value under Tools.
21+
22+
### Is translation model downloaded?
23+
24+
In Edge, go to `edge://on-device-translation-internals` and ensure that language packs for your source and target languages have been installed.
25+
26+
### Edge channel and version
27+
28+
The Microsoft Edge channel and version you are using. Go to `edge://version` for details.
29+
For example: Edge Dev 142.0.3553.0.
30+
31+
### Device information
32+
33+
Please provide the following information about your device: Operating system, version, and architecture.
34+
For example: Windows 11, version 24H2, x64
35+
---

.github/ISSUE_TEMPLATE/writing-assistance-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ In Edge, go to `edge://on-device-internals/` and find the Device performance cla
2121

2222
### Is device capable?
2323

24-
In Edge, go to edge://on-device-internals/ and find the Device capable value under Model Status.
24+
In Edge, go to `edge://on-device-internals/` and find the Device capable value under Model Status.
2525

2626
### Edge channel and version
2727

28-
The Microsoft Edge channel and version you are using. Go to edge://version for details.
28+
The Microsoft Edge channel and version you are using. Go to `edge://version` for details.
2929
For example: Edge Dev 138.0.3309.2.
3030

3131
### Device information
@@ -35,5 +35,5 @@ For example: Windows 11, version 24H2, x64
3535

3636
### GPU information
3737

38-
Tell us the GPU information of your device. Go to edge://gpu and search for GL_RENDERER.
38+
Tell us the GPU information of your device. Go to `edge://gpu` and search for GL_RENDERER.
3939
---

0 commit comments

Comments
 (0)