Skip to content

Commit 920c554

Browse files
committed
Update issue templates
1 parent 7fcc24e commit 920c554

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,25 @@ labels: bug
66

77
---
88

9+
<!--
10+
If you want to ask for why a certain site blocks you, please ask in the discussion section.
11+
12+
Issues are for bug reports and feature requests, documentation improvements, not how to use curl_cffi.
13+
-->
14+
915
Please check the following items and answer all the questions when reporting a bug,
1016
otherwise it will be closed immediately.
1117

12-
- [ ] **This is NOT a site-related "bugs"**, e.g. some site blocks me when using curl_cffi,
13-
UNLESS it has been verified that the reason is missing pieces in the impersonation.
14-
- [ ] A code snippet that can reproduce this bug is provided, even if it's a one-liner.
15-
- [ ] Version information will be pasted as below.
18+
- [ ] **This is NOT a site-related "bugs"**, e.g. some site blocks me when using ``curl_cffi``,
19+
UNLESS you have verified that the reason is imperfect impersonation.
20+
- [ ] A code snippet that can reproduce this bug will be provided, even if it's a one-liner.
21+
- [ ] Version and environment information will be pasted as below.
1622

1723
**Describe the bug**
1824
A clear and concise description of what the bug is.
1925

2026
**To Reproduce**
21-
```
27+
```py
2228
# Minimal reproducible code, like target websites, and request parameters, etc.
2329
```
2430

.github/ISSUE_TEMPLATE/fingerprint_report.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,5 @@ title: "New Fingerprint: "
55
labels: ""
66
---
77

8-
Please make sure you fill out all the sections below, otherwise it will not be checked.
8+
Please report in the [curl-impersonate](https://github.com/lexiforest/curl-impersonate) repo.
99

10-
**Fingerprint**
11-
12-
Wireshark or similar tools are preferred, if you can not use them in your case, use: https://tls.browserleaks.com/json
13-
14-
- ja3n(tls fingerprint):
15-
- akamai(http2 fingerprint):
16-
- other bits not covered by above:
17-
18-
**Platform**
19-
20-
If you are reporint fingerprints from an app, it's your responsibility to figure out
21-
which http client the app is using.
22-
23-
- Software: (e.g. Chrome, okhttp...)
24-
- Version: (e.g. 131)
25-
- OS and version: (e.g. Android 14, Windows 11)
26-
27-
**Additional context**
28-
29-
Have you checked that there is no custom options or extensions that will alter the TLS hello packet or HTTP/2 settings frame?
30-
31-
Can the fingerprint be impersonated via `ja3=` and `akamai=` parameters?
32-
33-
Paste the stack trace if it's not working.

0 commit comments

Comments
 (0)