Skip to content

Commit

Permalink
add pr template to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Aug 31, 2023
1 parent b463d06 commit 3868687
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Motivation
<!-- Why are we developing this new code. Is the refactor needed, is the feature getting more data... -->

_Related links:_

# Description
<!-- How are we approaching to solve the problem or deploy the new code -->
<!-- What new structures will be added or what major changes will be applied -->

# Tasks
<!-- Checklist of tasks to do -->
- [ ]

# Proof of Success
<!-- 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 comments on commit 3868687

Please sign in to comment.