Skip to content

Commit ef6a302

Browse files
authored
PR template update, CLA is automated now [skip ci]
1 parent 8eff381 commit ef6a302

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,34 @@ For the time being the team will support both the extension and the app, until t
55
If you want to submit a PR to the electron app, please submit to master.
66
To submit a PR to the extension submit to the branch v3
77
-->
8-
- [ ] By placing an `X` in the preceding checkbox, I verify that I have signed the [Contributor License Agreement](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md#step-6-sign-the-cla)
8+
9+
**Thanks for contributing to the Selenium IDE!**
10+
**A PR well described will help maintainers to quickly review and merge it**
11+
12+
Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium-ide/blob/master/CONTRIBUTING.md) guidelines.
13+
Avoid large PRs, help reviewers by making them as simple and short as possible.
14+
15+
16+
<!--- Provide a general summary of your changes in the Title above -->
17+
18+
### Description
19+
<!--- Describe your changes in detail -->
20+
21+
### Motivation and Context
22+
<!--- Why is this change required? What problem does it solve? -->
23+
24+
### Types of changes
25+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
26+
- [ ] Bug fix (non-breaking change which fixes an issue)
27+
- [ ] New feature (non-breaking change which adds functionality)
28+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
29+
30+
### Checklist
31+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
32+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
33+
- [ ] I have read the [contributing](https://github.com/SeleniumHQ/selenium-ide/blob/master/CONTRIBUTING.md) document.
34+
- [ ] My change requires a change to the documentation.
35+
- [ ] I have updated the documentation accordingly.
36+
- [ ] I have added tests to cover my changes.
37+
- [ ] All new and existing tests passed.
38+
<!--- Provide a general summary of your changes in the Title above -->

0 commit comments

Comments
 (0)