Add PR template and contribution guidelines

This commit is contained in:
Noémi Ványi 2020-06-30 23:41:37 +02:00
parent 754accb6d2
commit fd80453a3a
2 changed files with 74 additions and 0 deletions

25
PULL_REQUEST_TEMPLATE.md Normal file
View file

@ -0,0 +1,25 @@
## What does this PR do?
<!-- MANDATORY -->
<!-- explain the changes in your PR, algorithms, design, architecture -->
## Why is this change important?
<!-- MANDATORY -->
<!-- explain the motivation behind your PR -->
## How to test this PR locally?
<!-- commands to run the tests or instructions to test the changes-->
## Author's checklist
<!-- additional notes for reviewiers -->
## Related issues
<!--
Closes #234
-->