Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Jan 25, 2025
1 parent cff6f20 commit 9d2c542
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: kiron1
---

**Describe the bug**

A clear and concise description of what the bug is.

**Expected behavior**

A clear and concise description of what you expected to happen.

**PAC file content**

Content of PAC file to reproduce this issue:

```js
function FindProxyForURL(url, host) {
return "...";
}
```

For information about Proxy Auto-Configuration (PAC) file, see:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file

**Configuration**

Content of `proxydetoxrc` file or any other flags used:

**Log output**

Run `proxydetox -vv` (verbose) to get the log output when reproducing the issue.

**Operating System**

- OS: [e.g. iOS]
- Version [e.g. 22]

**Proxydetox version**

Output of `proxydetox --version`:

**Additional context**

Add any other context about the problem here.

0 comments on commit 9d2c542

Please sign in to comment.