Skip to content

Commit e38b156

Browse files
authored
chore: create pull request template (#1129)
* create pull request template * add CLA to template * add backport section Co-authored-by: Homayoon Alimohammadi <[email protected]>
1 parent 4f4ed58 commit e38b156

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Description
2+
3+
What issue is this PR trying to solve?
4+
5+
## Solution
6+
7+
A clear and concise description of how your changes address the above issue.
8+
9+
## Issue
10+
11+
Include a link to the Github issue number if applicable.
12+
13+
## Backport
14+
15+
Should this PR be backported? If so, to which release?
16+
17+
<!-- Label the PR with `backport release-1.XX` to automatically create a backport once this PR is merged -->
18+
19+
## Checklist
20+
21+
<!-- TODO(Niamh): Update when we decide on this in PR #1113-->
22+
- [ ] PR title formatted as `type: title`
23+
- [ ] Covered by unit tests
24+
- [ ] Covered by integration tests
25+
- [ ] Documentation updated
26+
- [ ] CLA signed
27+
- [ ] Backport label added if necessary
28+
29+
If any item on the checklist is not complete, please provide justification why.

0 commit comments

Comments
 (0)