Skip to content

Commit dfb3eaf

Browse files
committed
chore: added pull request template
Signed-off-by: András Jáky <ajaky@cisco.com>
1 parent 647d4ac commit dfb3eaf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
Thank you for sending a pull request! Here are some tips for contributors:
3+
4+
1. Fill the description template below.
5+
2. Include appropriate tests (if necessary). Make sure that all CI checks passed.
6+
3. If the Pull Request is a work in progress, make use of GitHub's "Draft PR" feature and mark it as such.
7+
-->
8+
9+
## Overview
10+
11+
<!--
12+
Please include a summary of the changes and the related issue.
13+
Please also include relevant motivation and context.
14+
List any dependencies that are required for this change.
15+
-->
16+
17+
Fixes #(issue)
18+
19+
## Notes for reviewer
20+
21+
<!-- Anything the reviewer should know? -->

0 commit comments

Comments
 (0)