mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
Issue template update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
blank_issues_enabled: false
|
||||
|
||||
contact_links:
|
||||
- name: Ask an question / advise on using httpx
|
||||
url: https://github.com/projectdiscovery/httpx/discussions/categories/q-a
|
||||
about: Ask a question or request support for using httpx
|
||||
|
||||
- name: Share idea / feature to discuss for httpx
|
||||
url: https://github.com/projectdiscovery/httpx/discussions/categories/ideas
|
||||
about: Share idea / feature to discuss for httpx
|
||||
|
||||
- name: Connect with PD Team (Discord)
|
||||
url: https://discord.gg/projectdiscovery
|
||||
about: Connect with PD Team for direct communication
|
||||
@@ -1,14 +1,18 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ""
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
about: Request feature to implement in this project
|
||||
labels: 'Type: Enhancement'
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
<!--
|
||||
1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature.
|
||||
2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead.
|
||||
3. GitHub Discussion: https://github.com/projectdiscovery/httpx/discussions/categories/ideas
|
||||
4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #httpx channel.
|
||||
-->
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
### Please describe your feature request:
|
||||
<!-- A clear and concise description of feature to implement -->
|
||||
|
||||
### Describe the use case of this feature:
|
||||
<!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. -->
|
||||
|
||||
@@ -1,26 +1,36 @@
|
||||
---
|
||||
name: Issue report
|
||||
about: Create a report to help us improve
|
||||
title: ""
|
||||
labels: 'Type:+Bug'
|
||||
assignees: ''
|
||||
about: Create a report to help us to improve the project
|
||||
labels: 'Type: Bug'
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
<!--
|
||||
1. Please search to see if an issue already exists for the bug you encountered.
|
||||
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/httpx/discussions or
|
||||
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #httpx channel.
|
||||
-->
|
||||
|
||||
**Environment details**
|
||||
Please share the below details to help us quickly validate/replicate the issue.
|
||||
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
|
||||
|
||||
- `httpx -version`
|
||||
- `go version`
|
||||
- `uname -a`
|
||||
### httpx version:
|
||||
<!-- You can find current version of httpx with "httpx -version" -->
|
||||
<!-- We only accept issues that are reproducible on the latest version of httpx. -->
|
||||
<!-- You can find the latest version of project at https://github.com/projectdiscovery/httpx/releases/ -->
|
||||
|
||||
### Current Behavior:
|
||||
<!-- A concise description of what you're experiencing. -->
|
||||
|
||||
### Expected Behavior:
|
||||
<!-- A concise description of what you expected to happen. -->
|
||||
|
||||
### Steps To Reproduce:
|
||||
<!--
|
||||
Example: steps to reproduce the behavior:
|
||||
1. Run 'httpx ..'
|
||||
2. See error...
|
||||
-->
|
||||
|
||||
|
||||
**Error details**
|
||||
Please copy-paste the error trace or details from terminal to help us quickly validate/replicate the issue.
|
||||
|
||||
```bash
|
||||
|
||||
```
|
||||
### Anything else:
|
||||
<!-- Links? References? Screnshots? Anything that will give us more context about the issue that you are encountering! -->
|
||||
Reference in New Issue
Block a user