|
| 1 | +# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter |
| 2 | +labels: |
| 3 | + - name: needs-triaging |
| 4 | + labeled: |
| 5 | + issue: |
| 6 | + body: | |
| 7 | + @{{ issue.user.login }}, thank you for creating this issue. We will troubleshoot it as soon as we can. |
| 8 | +
|
| 9 | + --- |
| 10 | + <details> |
| 11 | + <summary>Info for maintainers</summary> |
| 12 | + <div> |
| 13 | + <br> |
| 14 | + <p> |
| 15 | + Triage this issue by using labels. |
| 16 | + </p> |
| 17 | + <p> |
| 18 | + If information is missing, add a helpful comment and then <code>I-issue-template</code> label. |
| 19 | + </p> |
| 20 | + <p> |
| 21 | + If the issue is a question, add the <code>I-question</code> label. |
| 22 | + </p> |
| 23 | + <p> |
| 24 | + If the issue is valid but there is no time to troubleshoot it, consider adding the <code>help wanted</code> label. |
| 25 | + </p> |
| 26 | + <p> |
| 27 | + If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), |
| 28 | + add the applicable <code>G-*</code> label, and it will provide the correct link and auto-close the |
| 29 | + issue. |
| 30 | + </p> |
| 31 | + <p> |
| 32 | + After troubleshooting the issue, please add the <code>R-awaiting answer</code> label. |
| 33 | + </p> |
| 34 | + <p> |
| 35 | + Thank you! |
| 36 | + </p> |
| 37 | + </div> |
| 38 | + </details> |
| 39 | + - name: G-w3c |
| 40 | + labeled: |
| 41 | + issue: |
| 42 | + body: | |
| 43 | + Hi, @{{ issue.user.login }}. |
| 44 | + This issue has been determined to require a change to the |
| 45 | + [WebDriver W3C Specification](https://w3c.github.io/webdriver/) for Selenium to be able to support it. |
| 46 | +
|
| 47 | + Please [create an issue](https://github.com/w3c/webdriver/issues/new) with the WebDriver project. |
| 48 | +
|
| 49 | + Feel free to comment the issues that you raise back in this issue. Thank you. |
| 50 | + action: close |
| 51 | + - name: G-chromedriver |
| 52 | + labeled: |
| 53 | + issue: |
| 54 | + body: | |
| 55 | + Hi, @{{ issue.user.login }}. |
| 56 | + This issue has been determined to require fixes in [ChromeDriver](https://chromedriver.chromium.org/home). |
| 57 | +
|
| 58 | + You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests). |
| 59 | +
|
| 60 | + If it is something new, please [create an issue](https://bugs.chromium.org/p/chromedriver/issues/list) with the ChromeDriver team. |
| 61 | + Feel free to comment the issues that you raise back in this issue. Thank you. |
| 62 | +
|
| 63 | + action: close |
| 64 | + - name: G-geckodriver |
| 65 | + labeled: |
| 66 | + issue: |
| 67 | + body: | |
| 68 | + Hi, @{{ issue.user.login }}. |
| 69 | + This issue has been determined to require fixes in [GeckoDriver](https://firefox-source-docs.mozilla.org/testing/geckodriver/). |
| 70 | +
|
| 71 | + You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests). |
| 72 | +
|
| 73 | + If it is something new, please [create an Issue](https://github.com/mozilla/geckodriver/issues/new) with the GeckoDriver team. |
| 74 | +
|
| 75 | + Feel free to comment the issues that you raise back in this issue. Thank you. |
| 76 | + action: close |
| 77 | + - name: G-msedgedriver |
| 78 | + labeled: |
| 79 | + issue: |
| 80 | + body: | |
| 81 | + Hi, @{{ issue.user.login }}. |
| 82 | + This issue has been determined to require fixes in [MSEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/) |
| 83 | + or in the IE Mode in Edge. |
| 84 | +
|
| 85 | + You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests). |
| 86 | +
|
| 87 | + If it is something new, please [create an Issue](https://github.com/MicrosoftEdge/EdgeWebDriver/issues/new) with the MSEdgeDriver team. |
| 88 | +
|
| 89 | + Feel free to comment the issues that you raise back in this issue. Thank you. |
| 90 | + action: close |
| 91 | + - name: I-issue-template |
| 92 | + labeled: |
| 93 | + issue: |
| 94 | + body: | |
| 95 | + Hi, @{{ issue.user.login }}. |
| 96 | + Please follow the issue template, we need more information to reproduce the issue. |
| 97 | +
|
| 98 | + Either a complete code snippet and URL/HTML (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue. |
| 99 | +
|
| 100 | + Note: If you cannot share your code and URL/HTML, any complete code snippet and URL/HTML that reproduces the issue is good enough. |
| 101 | +
|
| 102 | + Reply to this issue when all information is provided, thank you. |
| 103 | + - name: I-question |
| 104 | + labeled: |
| 105 | + issue: |
| 106 | + body: | |
| 107 | + 💬 Please ask questions at: |
| 108 | + * 📫 The [Selenium user group](https://groups.google.com/forum/#!forum/selenium-users) |
| 109 | + * 📮 [StackOverflow](https://stackoverflow.com/questions/tagged/selenium) |
| 110 | + * 🗣 Our [IRC/Slack/Matrix channels](https://www.selenium.dev/support/) where the community can help you as well |
| 111 | + action: close |
| 112 | + - name: help wanted |
| 113 | + labeled: |
| 114 | + issue: |
| 115 | + body: | |
| 116 | + This issue is looking for contributors. |
| 117 | +
|
| 118 | + Please comment below or reach out to us through our [IRC/Slack/Matrix channels](https://www.selenium.dev/support/) if you are interested. |
0 commit comments