You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
<style>
2
+
.label {
3
+
border: none;
4
+
color: white;
5
+
padding: 1px6px;
6
+
text-align: center;
7
+
display: inline-block;
8
+
cursor: pointer;
9
+
font-size: 11px;
10
+
border-radius: 12px; /* Add rounded corners */
11
+
}
12
+
</style>
13
+
1
14
# Microsoft Edge WebView2
2
15
3
16
Welcome to Microsoft Edge WebView2 feedback repository.
@@ -20,14 +33,24 @@ This is a place for all developers of the [Microsoft Edge WebView2](https://aka.
20
33
1.[Search for existing open bugs](https://github.com/MicrosoftEdge/WebView2Feedback/issues?q=is%3Aissue+is%3Aopen+label%3Abug) to avoid duplicates.
21
34
1. If you find that your bug is already reported, give it a 👍 reaction, and add a comment with additional details that may help us investigate.
22
35
1. If the issue is not already reported, [open a new issue](https://github.com/MicrosoftEdge/WebView2Feedback/issues/new/choose).
23
-
1. Tracked issues will be labeled with the `tracked` label. If you see this label, we are aware of the issue and tracking it on our internal backlog.
36
+
1. Tracked issues will be labeled with the <spanclass="label"style="background-color: #008800"> tracked </span> label. If you see this label, we are aware of the issue and tracking it on our internal backlog.
24
37
25
38
### 💡 How to request a feature
26
39
27
40
1.[Search for existing feature request](https://github.com/MicrosoftEdge/WebView2Feedback/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22) to avoid duplicates.
28
41
1. If you find a similar feature request, give it a 👍 reaction, and provide additional context into how you would use the feature.
29
42
2. If the feature is not already requested, [open a new issue](https://github.com/MicrosoftEdge/WebView2Feedback/issues/new/choose).
30
-
1. Tracked issues will be labeled with the `tracked` label. If you see this label, we are aware of the issue and tracking it on our internal backlog.
43
+
1. Tracked issues will be labeled with the <spanclass="label"style="background-color: #008800"> tracked </span> label. If you see this label, we are aware of the issue and tracking it on our internal backlog.
44
+
45
+
46
+
### What do the labels on the issues mean?
47
+
48
+
- <spanclass="label"style="background-color: #008800"> tracked </span> We have acknowledged the issue and are tracking it on our internal backlog. We will consider and investigate them in the near future.
49
+
- For bugs, it means we have reproduced the issue.
50
+
- For feature requests, it means we consider it to be a valid request.
51
+
- <spanclass="label"style="background-color: #B60205"> regression </span> A behavior that used to work in a previous version of WebView2, but no longer works as expected. We will prioritize these issues higher.
52
+
- <spanclass="label"style="background-color: #006B75"> priority-low </span> We have considered this issue and we decided that we will not be able to address them in the near future.
53
+
31
54
32
55
## Code of Conduct
33
56
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments