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