From c43fc78c150255b028ffe761c03b68f6686c9a3d Mon Sep 17 00:00:00 2001 From: Aleksandr Shevchuk Date: Wed, 22 May 2024 16:27:41 +0300 Subject: [PATCH] PR template added --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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