Skip to content

Commit e715a39

Browse files
author
testcafe-build-bot
committed
🔄 synced local '.github/labels.yml' with remote 'configs/labels.yml'
1 parent 75235bb commit e715a39

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

.github/labels.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
:
66
# Post a comment
77
comment: |
8-
Thank you for your inquiry. This issue looks like a question that would be best [asked on StackOverflow](https://stackoverflow.com/questions/ask?tags=testcafe) - an amazing platform for users to ask and answer questions. We try to keep the GitHub issues tracker for bugs and feature requests only (see [Contributing](https://github.com/DevExpress/testcafe#contributing)).
8+
Thank you for your inquiry. It looks like you're asking a question. We use GitHub to track bug reports and enhancement requests (see [Contributing](https://github.com/DevExpress/testcafe#contributing)). Address your question to the TestCafe community on [StackOverflow](https://stackoverflow.com/questions/ask?tags=testcafe) instead.
99
10-
If you think that this issue is a bug, feel free to [open a new issue](https://github.com/DevExpress/testcafe/issues/new?template=bug-report.md), but please make sure to follow the issue template. Thank you in advance.
10+
If you encountered a bug, [open a new issue](https://github.com/DevExpress/testcafe/issues/new?template=bug-report.md), and follow the "bug report" template. Thank you in advance.
1111
unlabel: 'STATE: Need response'
1212
close: true
1313

1414
? 'STATE: Non-latest version'
1515
:
1616
# Post a comment
1717
comment: |
18-
Thank you for submitting this issue. Since you are using an outdated version of TestCafe, we recommend you update TestCafe to the [latest version](https://github.com/DevExpress/testcafe/releases/latest) to check if this issue has been addressed. We constantly improve our tools, and there is a chance that this issue has been already resolved and/or is no longer reproducible in the latest version. We look forward to your response.
18+
Thank you for submitting a bug report. It looks like you're using an outdated version of TestCafe. Every TestCafe update contains bug fixes and enhancements. Install [the latest version](https://github.com/DevExpress/testcafe/releases/latest) of TestCafe and see if you can reproduce the bug. We look forward to your response.
1919
label: 'STATE: Need clarification'
2020
unlabel:
2121
- 'STATE: Non-latest version'
@@ -25,7 +25,7 @@
2525
:
2626
# Post a comment
2727
comment: |
28-
Thank you for submitting this issue. We would love to assist you and diagnose it. However, we need a simple sample that we can easily run on our side in order to replicate the issue and research its cause. Without a sample, we are not able to figure out what's going on and why this issue occurs. Refer to this article to create the best example: [How To: Create a Minimal Working Example When You Submit an Issue](https://testcafe.io/402636/faq#how-to-create-a-minimal-working-example-when-you-submit-an-issue). We look forward to your response.
28+
Thank you for submitting a bug report. We would love to help you investigate the issue. Please share a *simple* code example that reliably reproduces the bug. For more information, read the following article: [How To Create a Minimal Working Example When You Submit an Issue](https://testcafe.io/documentation/402636/faq/general-info#how-to-create-a-minimal-working-example-when-you-submit-an-issue). We look forward to your response.
2929
label: 'STATE: Need clarification'
3030
unlabel:
3131
- 'STATE: Need simple sample'
@@ -35,9 +35,10 @@
3535
:
3636
# Post a comment
3737
comment: |
38-
Thank you for submitting this issue. We would love to assist you and diagnose this issue. However, since your website sits behind a proxy and/or requires authentication, I will not be able to access it. Our policy prevents us from accessing a customer's internal resources without prior written approval from the entity that owns the server/web resource.
38+
Thank you for submitting a bug report. We would love to help you investigate the issue. Unfortunately, we cannot reproduce the bug, because your code example accesses a web resource that requires authentication.
3939
40-
If you want us to research the problem further, we'll need access to the server/web resource. Please ask the website owner to send us ([support@devexpress.com](mailto:support@devexpress.com)) written confirmation. It must permit DevExpress personnel to remotely access the website and its internal resources for research/testing and debugging purposes.
40+
Please create a [Minimal Example](https://testcafe.io/documentation/402636/faq/general-info#how-to-create-a-minimal-working-example-when-you-submit-an-issue) that works locally or without authentication. Do not share any private data - the DevExpress support team cannot access private resources. We look forward to your response.
41+
4142
label: 'STATE: Need clarification'
4243
unlabel:
4344
- 'STATE: Need access confirmation'
@@ -47,7 +48,7 @@
4748
:
4849
# Post a comment
4950
comment: |
50-
Thank you for submitting this issue. However, the information you shared is insufficient to determine its cause. Please submit a new issue and fill the issue template completely - specify your TestCafe version and share a sample application with a test case that we can run on our side to reproduce and research the issue.
51+
Thank you for submitting a bug report. The information you shared is not sufficient to determine the cause of the issue. Please create a new GitHub ticket and fill every section of the "bug report" template. Include the framework's version number, and don't forget to share a [Minimal Working Example](https://testcafe.io/documentation/402636/faq/general-info#how-to-create-a-minimal-working-example-when-you-submit-an-issue) that reliably reproduces the issue.
5152
unlabel:
5253
- 'STATE: Incomplete template'
5354
- 'STATE: Need response'
@@ -57,7 +58,7 @@
5758
:
5859
# Post a comment
5960
comment: |
60-
No updates yet. Once we get any results, we will post them in this thread.
61+
No updates yet. Once we make more progress, we will leave a comment.
6162
unlabel:
6263
- 'STATE: No updates'
6364
- 'STATE: Need response'
@@ -66,7 +67,7 @@
6667
:
6768
# Post a comment
6869
comment: |
69-
Any personal estimate may be misleading, so we cannot currently tell it at the moment. Once we get any results, we will post them in this thread.
70+
Personal predictions can be unreliable, so we are not ready to give you an ETA. Once we make more progress, we will leave a comment.
7071
unlabel:
7172
- 'STATE: No estimations'
7273
- 'STATE: Need response'
@@ -75,7 +76,7 @@
7576
:
7677
# Post a comment
7778
comment: |
78-
We are focused on implementing features from our [Roadmap](https://devexpress.github.io/testcafe/roadmap/). Since this enhancement is not there, we cannot tell you any time frames on when we will be able to address it. If this feature is important for you, please submit a Pull Request with its implementation. See the [Сontribution guide](https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md) for more information.
79+
The TestCafe team has yet to allocate any resources for the development of this capability. We cannot give you an ETA on its completion. If this capability is important for you, please submit a Pull Request with an implementation. See the [Сontribution guide](https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md) for more information.
7980
unlabel:
8081
- 'STATE: Outdated proposal'
8182
- 'STATE: Need response'
@@ -84,7 +85,9 @@
8485
:
8586
# Post a comment
8687
comment: |
87-
We address issues according to their severity, priority, and other factors. It appears that this issue is an edge case. If this issue is important for you, please submit a Pull Request with a fix. See the [Сontribution guide](https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md) for more information.
88+
When the TestCafe team decides which issues to address, it evaluates their severity, as well as the number of affected users. It appears that the issue you raised is an edge case.
89+
90+
If this issue is important for you, please submit a Pull Request with a fix. See the [Сontribution guide](https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md) for more information.
8891
unlabel:
8992
- 'STATE: Outdated issue'
9093
- 'STATE: Need response'
@@ -93,7 +96,7 @@
9396
:
9497
# Post a comment
9598
comment: |
96-
There are no workarounds. Once we get any updates, we will post them in this thread.
99+
There are no workarounds at the moment. We'll leave a comment if we discover a workaround, or fix the bug.
97100
unlabel:
98101
- 'STATE: No workarounds'
99102
- 'STATE: Need response'
@@ -102,7 +105,7 @@
102105
:
103106
# Post a comment
104107
comment: |
105-
Thank you for your contribution to TestCafe. We will review this PR.
108+
Thank you for your contribution to TestCafe. When a member of the TestCafe team becomes available, they will review this PR.
106109
unlabel:
107110
- 'STATE: PR Review Pending'
108111
- 'STATE: Need response'
@@ -111,7 +114,7 @@
111114
:
112115
# Post a comment
113116
comment: |
114-
We appreciate you taking the time to share the information about this issue. We replicated it, and it is currently in our internal queue. Please note that the research may take time. We'll update this thread once we have news.
117+
We appreciate you taking the time to share information about this issue. We reproduced the bug and added this ticket to our internal task queue. We'll update this thread once we have news.
115118
unlabel:
116119
- 'STATE: Issue accepted'
117120
- 'STATE: Need response'
@@ -120,7 +123,7 @@
120123
:
121124
# Post a comment
122125
comment: |
123-
Thank you for bringing this to our attention. We will be happy to look into this enhancement. We'll update this thread once we have news to share. In the absence of communication from us, it's safe to assume that there are no updates.
126+
Thank you for bringing this enhancement to our attention. We will be happy to look into it. We'll update this thread once we have news. If we do not publish any new comments, it's safe to assume that there are no new updates.
124127
unlabel:
125128
- 'STATE: Enhancement accepted'
126-
- 'STATE: Need response'
129+
- 'STATE: Need response'

0 commit comments

Comments
 (0)