From cb7891da24084d20166fa8e70c080cc04e1e203c Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 29 Sep 2024 22:26:36 +0300 Subject: [PATCH] meta(template/bug_report): mention what steps to reproduce should contain --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 139a8a8..acc0344 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **Steps To Reproduce** -Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible). +Please provide the steps to reproduce the behavior, this should include what version of the library you are using, a code example and (if applicable and possible) the server IP you are trying to query. **Expected behavior** A clear and concise description of what you expected to happen.