Skip to content

Commit aa57b64

Browse files
committed
add pull request template
1 parent e1f32ea commit aa57b64

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Motivation
2+
<!-- Why are we developing this new code. Is the refactor needed, is the feature getting more data... -->
3+
4+
5+
_Related links:_
6+
- first link
7+
8+
# Description
9+
<!-- How are we approaching to solve the problem or deploy the new code -->
10+
<!-- What new structures will be added or what major changes will be applied -->
11+
12+
# Tasks
13+
<!-- Checklist of tasks to do -->
14+
- [ ] first task
15+
16+
# Proof of Success
17+
<!-- Here we may add any logs proving that we achieved what we expected or even diagrams that might be useful to understand the code -->

0 commit comments

Comments
 (0)