From 0fffcd8005bfc317f218ae9c51698bd746bee96e Mon Sep 17 00:00:00 2001 From: Yifei Kong Date: Fri, 22 Sep 2023 10:42:00 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0afede40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: yifeikong + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +``` +# Minimal reproducible code, if possible. +# target websites, and request parameters. +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Versions** + - OS: [e.g. linux x64] + - curl_cffi version [e.g. 0.5.7] + - `pip freeze` dump + +**Additional context** +Which session are you using? async or sync? Which loop implementation are you using