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
## Proposed changes
Update format rule for the yaml files.
Specify the full semantics version number of all used GitHub Actions.
## Types of changes
[//]: # 'What types of changes does your code introduce to WebdriverIO?'
[//]: # '_Put an `x` in the boxes that apply_'
- [ ] Polish (an improvement for an existing feature)
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improvements to the project's docs)
- [X] Internal updates (everything related to internal scripts,
governance documentation and CI files)
## Checklist
[//]: # "_Put an `x` in the boxes that apply. You can also fill these
out after creating the PR. If you're unsure about any of them, don't
hesitate to ask. We're here to help! This is simply a reminder of what
we are going to look for before merging your code._"
- [X] I have read the
[CONTRIBUTING](https://github.com/webdriverio/vscode-webdriverio/blob/main/CONTRIBUTION.md)
doc
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added the necessary documentation (if appropriate)
- [ ] I have added proper type definitions for new commands (if
appropriate)
## Further comments
[//]: # 'If this is a relatively large or complex change, kick off the
discussion by explaining why you chose the solution you did and what
alternatives you considered, etc...'
### Reviewers: @webdriverio/project-committers
@@ -3,136 +3,136 @@ description: Create a report to help us improve.
3
3
title: '[🐛 Bug]: <title>'
4
4
labels: [Bug 🐛, Needs Triaging ⏳]
5
5
body:
6
-
- type: checkboxes
7
-
attributes:
8
-
label: Have you read the Contributing Guidelines on issues?
9
-
options:
10
-
- label: I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/vscode-webdriverio/blob/main/CONTRIBUTION.md#reporting-new-issues).
11
-
required: true
6
+
- type: checkboxes
7
+
attributes:
8
+
label: Have you read the Contributing Guidelines on issues?
9
+
options:
10
+
- label: I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/vscode-webdriverio/blob/main/CONTRIBUTION.md#reporting-new-issues).
11
+
required: true
12
12
13
-
- type: markdown
14
-
attributes:
15
-
value: |
16
-
Thanks for taking the time to fill out this bug report! First, let's get some information about the environment you are using:
13
+
- type: markdown
14
+
attributes:
15
+
value: |
16
+
Thanks for taking the time to fill out this bug report! First, let's get some information about the environment you are using:
17
17
18
-
- type: input
19
-
id: vscode-wdio-version
20
-
attributes:
21
-
label: WebdriverIO Extension Version
22
-
description: What version of WebdriverIO Extension are you running?
23
-
placeholder: latest
24
-
validations:
25
-
required: true
18
+
- type: input
19
+
id: vscode-wdio-version
20
+
attributes:
21
+
label: WebdriverIO Extension Version
22
+
description: What version of WebdriverIO Extension are you running?
23
+
placeholder: latest
24
+
validations:
25
+
required: true
26
26
27
-
- type: input
28
-
id: wdio-version
29
-
attributes:
30
-
label: WebdriverIO Version
31
-
description: What version of WebdriverIO are you running?
32
-
placeholder: latest
33
-
validations:
34
-
required: true
27
+
- type: input
28
+
id: wdio-version
29
+
attributes:
30
+
label: WebdriverIO Version
31
+
description: What version of WebdriverIO are you running?
32
+
placeholder: latest
33
+
validations:
34
+
required: true
35
35
36
-
- type: input
37
-
id: node-version
38
-
attributes:
39
-
label: Node.js Version
40
-
description: What version of Node.js are you using?
41
-
placeholder: latest
42
-
validations:
43
-
required: true
36
+
- type: input
37
+
id: node-version
38
+
attributes:
39
+
label: Node.js Version
40
+
description: What version of Node.js are you using?
41
+
placeholder: latest
42
+
validations:
43
+
required: true
44
44
45
-
- type: textarea
46
-
id: capabilities
47
-
attributes:
48
-
label: Which capabilities are you using?
49
-
description: If you think the bug is related to the capabilities you are using, please share them with us here.
50
-
placeholder: |
51
-
{
52
-
browserName: 'chrome',
53
-
browserVersion: 'latest',
54
-
platformName: 'Windows 10'
55
-
}
56
-
render: typescript
57
-
validations:
58
-
required: false
45
+
- type: textarea
46
+
id: capabilities
47
+
attributes:
48
+
label: Which capabilities are you using?
49
+
description: If you think the bug is related to the capabilities you are using, please share them with us here.
50
+
placeholder: |
51
+
{
52
+
browserName: 'chrome',
53
+
browserVersion: 'latest',
54
+
platformName: 'Windows 10'
55
+
}
56
+
render: typescript
57
+
validations:
58
+
required: false
59
59
60
-
- type: textarea
61
-
id: what-happened
62
-
attributes:
63
-
label: What happened?
64
-
description: |
65
-
Describe clearly and concisely the bug including instructions showing how to reproduce it.
66
-
placeholder: |
67
-
Please add as many details as possible to avoid assumptions from our side. How do you
68
-
trigger this bug? What did you expect to happen? Please walk us through it step by step.
69
-
validations:
70
-
required: true
60
+
- type: textarea
61
+
id: what-happened
62
+
attributes:
63
+
label: What happened?
64
+
description: |
65
+
Describe clearly and concisely the bug including instructions showing how to reproduce it.
66
+
placeholder: |
67
+
Please add as many details as possible to avoid assumptions from our side. How do you
68
+
trigger this bug? What did you expect to happen? Please walk us through it step by step.
69
+
validations:
70
+
required: true
71
71
72
-
- type: textarea
73
-
id: what-is-expected
74
-
attributes:
75
-
label: What is your expected behavior?
76
-
description: |
77
-
What did you expect to happen instead?
78
-
validations:
79
-
required: false
72
+
- type: textarea
73
+
id: what-is-expected
74
+
attributes:
75
+
label: What is your expected behavior?
76
+
description: |
77
+
What did you expect to happen instead?
78
+
validations:
79
+
required: false
80
80
81
-
- type: textarea
82
-
id: reproducible-example
83
-
attributes:
84
-
label: How to reproduce the bug.
85
-
description: |
86
-
It is essential for us to be able to reproduce the bug on our own machines.
87
-
Please either create a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)
88
-
in a [new repository](https://github.com/new), a [gist](https://gist.github.com/)
89
-
or copy and paste all necessary files in here.
81
+
- type: textarea
82
+
id: reproducible-example
83
+
attributes:
84
+
label: How to reproduce the bug.
85
+
description: |
86
+
It is essential for us to be able to reproduce the bug on our own machines.
87
+
Please either create a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)
88
+
in a [new repository](https://github.com/new), a [gist](https://gist.github.com/)
89
+
or copy and paste all necessary files in here.
90
90
91
-
> **What happens if you skip this step?** Someone will read your bug report, and maybe will be able to help you, but it’s unlikely that it will get much attention from the team. Eventually, the issue will likely get closed in favor of issues that have reproducible demos.
91
+
> **What happens if you skip this step?** Someone will read your bug report, and maybe will be able to help you, but it’s unlikely that it will get much attention from the team. Eventually, the issue will likely get closed in favor of issues that have reproducible demos.
92
92
93
-
Please remember that:
93
+
Please remember that:
94
94
95
-
- Issues without reproducible demos have a very low priority.
96
-
- The person fixing the bug would have to do that anyway. Please be respectful of their time.
97
-
- You might figure out the issues yourself as you work on extracting it.
95
+
- Issues without reproducible demos have a very low priority.
96
+
- The person fixing the bug would have to do that anyway. Please be respectful of their time.
97
+
- You might figure out the issues yourself as you work on extracting it.
98
98
99
-
Thanks for helping us help you!
100
-
placeholder: |
101
-
To reproduce the bug, create a file with the following code:
102
-
```js
103
-
...
104
-
```
105
-
Then run:
106
-
```sh
107
-
$ node reproducibleExample.js
108
-
````
109
-
validations:
110
-
required: true
99
+
Thanks for helping us help you!
100
+
placeholder: |
101
+
To reproduce the bug, create a file with the following code:
102
+
```js
103
+
...
104
+
```
105
+
Then run:
106
+
```sh
107
+
$ node reproducibleExample.js
108
+
````
109
+
validations:
110
+
required: true
111
111
112
-
- type: textarea
113
-
id: logs
114
-
attributes:
115
-
label: Relevant log output
116
-
description: |
117
-
Please copy and paste any relevant log output. Either paste the terminal
118
-
output of this extension with set the `webdriverio.logLevel` as `debug`.Additionally set [`outputDir`](https://webdriver.io/docs/options#outputdir) in your WDIO config and copy the files content in here.
119
-
render: typescript
120
-
validations:
121
-
required: true
112
+
- type: textarea
113
+
id: logs
114
+
attributes:
115
+
label: Relevant log output
116
+
description: |
117
+
Please copy and paste any relevant log output. Either paste the terminal
118
+
output of this extension with set the `webdriverio.logLevel` as `debug`.Additionally set [`outputDir`](https://webdriver.io/docs/options#outputdir) in your WDIO config and copy the files content in here.
119
+
render: typescript
120
+
validations:
121
+
required: true
122
122
123
-
- type: checkboxes
124
-
id: terms
125
-
attributes:
126
-
label: Code of Conduct
127
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdriverio/vscode-webdriverio/blob/main/CODE_OF_CONDUCT.md)
128
-
options:
129
-
- label: I agree to follow this project's Code of Conduct
130
-
required: true
123
+
- type: checkboxes
124
+
id: terms
125
+
attributes:
126
+
label: Code of Conduct
127
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdriverio/vscode-webdriverio/blob/main/CODE_OF_CONDUCT.md)
128
+
options:
129
+
- label: I agree to follow this project's Code of Conduct
130
+
required: true
131
131
132
-
- type: checkboxes
133
-
attributes:
134
-
label: Is there an existing issue for this?
135
-
description: Please search to see if an issue already exists for the bug you encountered.
136
-
options:
137
-
- label: I have searched the existing issues
138
-
required: true
132
+
- type: checkboxes
133
+
attributes:
134
+
label: Is there an existing issue for this?
135
+
description: Please search to see if an issue already exists for the bug you encountered.
Please let us know where we are not doing well with out documentation.
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Please let us know where we are not doing well with out documentation.
10
10
11
-
- type: checkboxes
12
-
id: awareness
13
-
attributes:
14
-
label: Pre-check
15
-
description: I'm aware that I can [edit the docs](https://github.com/webdriverio/vscode-webdriverio/blob/main/CONTRIBUTION.md) and submit a pull request.
16
-
options:
17
-
- label: I know I can edit the docs but prefer to file this issue
18
-
required: true
19
-
20
-
- type: dropdown
21
-
id: type
22
-
attributes:
23
-
label: Describe the improvement
24
-
multiple: true
25
-
options:
26
-
- Unclear documentation
27
-
- A typo
28
-
- Missing documentation
29
-
- Other
30
-
validations:
11
+
- type: checkboxes
12
+
id: awareness
13
+
attributes:
14
+
label: Pre-check
15
+
description: I'm aware that I can [edit the docs](https://github.com/webdriverio/vscode-webdriverio/blob/main/CONTRIBUTION.md) and submit a pull request.
16
+
options:
17
+
- label: I know I can edit the docs but prefer to file this issue
31
18
required: true
32
19
33
-
- type: textarea
34
-
id: report
35
-
attributes:
36
-
label: Description of the improvement / report
37
-
description: A clear and concise description.
38
-
validations:
39
-
required: true
20
+
- type: dropdown
21
+
id: type
22
+
attributes:
23
+
label: Describe the improvement
24
+
multiple: true
25
+
options:
26
+
- Unclear documentation
27
+
- A typo
28
+
- Missing documentation
29
+
- Other
30
+
validations:
31
+
required: true
40
32
41
-
- type: checkboxes
42
-
id: terms
43
-
attributes:
44
-
label: Code of Conduct
45
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdriverio/vscode-webdriverio/blob/main/CODE_OF_CONDUCT.md)
46
-
options:
47
-
- label: I agree to follow this project's Code of Conduct
48
-
required: true
33
+
- type: textarea
34
+
id: report
35
+
attributes:
36
+
label: Description of the improvement / report
37
+
description: A clear and concise description.
38
+
validations:
39
+
required: true
40
+
41
+
- type: checkboxes
42
+
id: terms
43
+
attributes:
44
+
label: Code of Conduct
45
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdriverio/vscode-webdriverio/blob/main/CODE_OF_CONDUCT.md)
46
+
options:
47
+
- label: I agree to follow this project's Code of Conduct
0 commit comments