diff --git a/README.md b/README.md index a9622f7a6..41e84524d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ + + # Microsoft Edge WebView2 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. 1. [Search for existing open bugs](https://github.com/MicrosoftEdge/WebView2Feedback/issues?q=is%3Aissue+is%3Aopen+label%3Abug) to avoid duplicates. 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. 1. If the issue is not already reported, [open a new issue](https://github.com/MicrosoftEdge/WebView2Feedback/issues/new/choose). -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. +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. ### 💡 How to request a feature 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. 1. If you find a similar feature request, give it a 👍 reaction, and provide additional context into how you would use the feature. 2. If the feature is not already requested, [open a new issue](https://github.com/MicrosoftEdge/WebView2Feedback/issues/new/choose). -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. +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. + + +### What do the labels on the issues mean? + +- tracked We have acknowledged the issue and are tracking it on our internal backlog. We will consider and investigate them in the near future. + - For bugs, it means we have reproduced the issue. + - For feature requests, it means we consider it to be a valid request. +- regression A behavior that used to work in a previous version of WebView2, but no longer works as expected. We will prioritize these issues higher. +- priority-low We have considered this issue and we decided that we will not be able to address them in the near future. + ## Code of Conduct 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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.