Skip to content

Commit 47b1ce1

Browse files
authored
PR template update, CLA is automated now [skip ci]
1 parent 5a973da commit 47b1ce1

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
<!-- Thanks for sending us a PR to improve this project! If you are adding a
22
feature or fixing a bug, and this needs more documentation, please add it to your PR. -->
33

4+
**Thanks for contributing to the Docker-Selenium project!**
5+
**A PR well described will help maintainers to quickly review and merge it**
46

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

Comments
 (0)