Skip to content

Commit 8ee24a3

Browse files
committed
[build] update PR template
1 parent 240dcfc commit 8ee24a3

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+19-21
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
**Thanks for contributing to Selenium!**
2-
**A PR well described will help maintainers to quickly review and merge it**
1+
<!-- Thanks for Contributing to Selenium! -->
2+
<!-- Please read our contribution guidelines: https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md -->
33

4-
Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines.
5-
Avoid large PRs, help reviewers by making them as simple and short as possible.
4+
### 🔗 Related Issues
5+
<!-- Example: Fixes #1234 or Closes #5678 -->
6+
<!-- If the reason for this PR is not obvious, consider creating an issue for it first -->
67

7-
<!--- Provide a general summary of your changes in the Title above -->
8+
### 💥 What does this PR do?
9+
<!-- Describe what this change includes and how it works -->
810

9-
### Motivation and Context
10-
<!--- Why is this change required? What problem does it solve? -->
11+
### 🔧 Implementation Notes
12+
<!--- Why did you implement it this way? -->
13+
<!--- What alternatives to this approach did you consider? -->
1114

12-
### Types of changes
13-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
14-
- [ ] Bug fix (non-breaking change which fixes an issue)
15-
- [ ] New feature (non-breaking change which adds functionality)
16-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
15+
### 💡 Additional Considerations
16+
<!--- Are there any decisions that need to be made before accepting this PR? -->
17+
<!--- Is there any follow-on work that needs to be done? (e.g., docs, tests, etc.) -->
1718

18-
### Checklist
19-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
20-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
21-
- [ ] I have read the [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) document.
22-
- [ ] My change requires a change to the documentation.
23-
- [ ] I have updated the documentation accordingly.
24-
- [ ] I have added tests to cover my changes.
25-
- [ ] All new and existing tests passed.
26-
<!--- Provide a general summary of your changes in the Title above -->
19+
### 🔄 Types of changes
20+
<!-- ✂️ Please delete anything that doesn't apply -->
21+
- Cleanup (formatting, renaming)
22+
- Bug fix (backwards compatible)
23+
- New feature (non-breaking change which adds functionality *and tests!*)
24+
- Breaking change (fix or feature that would cause existing functionality to change)

0 commit comments

Comments
 (0)