Skip to content

Commit 81fd38c

Browse files
committed
Added PR template
1 parent f4d2dea commit 81fd38c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Description
2+
3+
## Background
4+
5+
*What idea led to this PR, general task description*
6+
7+
## Changes
8+
9+
*What was changed in the system to accomplish the task*
10+
11+
## Acceptance criteria
12+
13+
*How to check that a task is accomplished, what user shall do to check it*
14+
15+
# Check list
16+
17+
- [ ] Unit tests are provided
18+
- [ ] Integration tests are provided (if CLI/API was changed)
19+
- [ ] Documentation is updated

0 commit comments

Comments
 (0)