From a0452059dcfc74a7e1a2be620ff8285de1c7c6e8 Mon Sep 17 00:00:00 2001 From: skyesx Date: Sat, 22 Dec 2018 09:00:58 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bfc2e2d..57ae944 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,8 +24,13 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **settings** +which type of idempotent support you use?(framework idempotent/business idempotent?) + which version and component do you use( redis/rdb log implement and redis/rdb version? kafka/ons queue implements and queue version? ribbon/dubbo rpc implements?) +**the relative records ** +records in table executed_trans, idempotent, logs(trans_log_detail, trans_log_unfinished,or redis records) + **can you reproduce it in demos by changing certain settings** this will help us understand the situation more effectively