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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,34 @@ For the time being the team will support both the extension and the app, until t
5
5
If you want to submit a PR to the electron app, please submit to master.
6
6
To submit a PR to the extension submit to the branch v3
7
7
-->
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