Skip to content

Commit 588529f

Browse files
authored
Create pull_request_template.md (#1779)
### ❔What, Why & How Add PR template description to streamline the PR creation and reminding of tasks such as release notes, and tests. <!-- Include description of the changes that will help reviewers in their task --> Related to issue: _none_ ### ✅ Checklist * [x] Add tests (E2E, unit tests) * [x] Update RELEASENOTES.md * [x] Update documentation (e.g. for new settings or scenarios) <!-- Include more checklist entries, if needed -->
1 parent 405966b commit 588529f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### ❔What, Why & How
2+
3+
<!-- Include description of the changes that will help reviewers in their task -->
4+
5+
Related to issue: #
6+
7+
### ✅ Checklist
8+
9+
- [ ] Add tests (E2E, unit tests)
10+
- [ ] Update RELEASENOTES.md
11+
- [ ] Update documentation (e.g. for new settings or scenarios)
12+
13+
<!-- Include more checklist entries, if needed -->

0 commit comments

Comments
 (0)