diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..8dbc3ba0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +# Pull request description + +### Describe what this PR fix +// problem is ... + +### Please provide steps to reproduce (if it's a bug) +// it can really help + +### Please add config and mysync logs for debug purpose + +
If you can, provide logs +

+```bash +any logs here +``` +

+
\ No newline at end of file