Merge branch 'master' of https://github.com/projectdiscovery/subfinder into dev
commit
119a3766c2
|
@ -0,0 +1,14 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
|
||||||
|
contact_links:
|
||||||
|
- name: Ask an question / advise on using subfinder
|
||||||
|
url: https://github.com/projectdiscovery/subfinder/discussions/categories/q-a
|
||||||
|
about: Ask a question or request support for using subfinder
|
||||||
|
|
||||||
|
- name: Share idea / feature to discuss for subfinder
|
||||||
|
url: https://github.com/projectdiscovery/subfinder/discussions/categories/ideas
|
||||||
|
about: Share idea / feature to discuss for subfinder
|
||||||
|
|
||||||
|
- 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
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Request feature to implement in this project
|
||||||
title: "[Feature] "
|
labels: 'Type: Enhancement'
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**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/subfinder/discussions/categories/ideas
|
||||||
|
4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #subfinder channel.
|
||||||
|
-->
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
### Please describe your feature request:
|
||||||
A clear and concise description of what you want to happen.
|
<!-- 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. -->
|
||||||
|
|
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
name: Issue report
|
||||||
|
about: Create a report to help us to improve the project
|
||||||
|
labels: 'Type: Bug'
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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/subfinder/discussions or
|
||||||
|
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #subfinder channel.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
|
||||||
|
|
||||||
|
### Subfinder version:
|
||||||
|
<!-- You can find current version of subfinder with "subfinder -version" -->
|
||||||
|
<!-- We only accept issues that are reproducible on the latest version of subfinder. -->
|
||||||
|
<!-- You can find the latest version of project at https://github.com/projectdiscovery/subfinder/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 'subfinder ..'
|
||||||
|
2. See error...
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
### Anything else:
|
||||||
|
<!-- Links? References? Screnshots? Anything that will give us more context about the issue that you are encountering! -->
|
Loading…
Reference in New Issue