|
| 1 | +<!-- NOTE |
| 2 | +Please be aware that the Selenium Grid 3.x is being deprecated in favour of the |
| 3 | +upcoming version 4.x. We won't be receiving any PRs related to the Grid 3.x code. Thanks! |
| 4 | +--> |
| 5 | + |
| 6 | +**Thanks for contributing to Selenium!** |
| 7 | +**A PR well described will help maintainers to quickly review and merge it** |
| 8 | + |
| 9 | +Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md) guidelines. |
| 10 | +Avoid large PRs, help reviewers by making them as simple and short as possible. |
| 11 | + |
| 12 | + |
| 13 | +<!--- Provide a general summary of your changes in the Title above --> |
| 14 | + |
| 15 | +### Description |
| 16 | +<!--- Describe your changes in detail --> |
| 17 | + |
| 18 | +### Motivation and Context |
| 19 | +<!--- Why is this change required? What problem does it solve? --> |
| 20 | + |
| 21 | +### Types of changes |
| 22 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 23 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 24 | +- [ ] New feature (non-breaking change which adds functionality) |
| 25 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 26 | + |
| 27 | +### Checklist |
| 28 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 29 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 30 | +- [ ] I have read the [contributing](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md) document. |
| 31 | +- [ ] My change requires a change to the documentation. |
| 32 | +- [ ] I have updated the documentation accordingly. |
| 33 | +- [ ] I have added tests to cover my changes. |
| 34 | +- [ ] All new and existing tests passed. |
| 35 | +<!--- Provide a general summary of your changes in the Title above --> |
0 commit comments