diff options
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..a7ad130c6 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -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 +--> |