From 17fd08b034570759555bc28cbf8f51d227058be5 Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 20 Oct 2021 04:10:46 +0530 Subject: [PATCH] Issue template update --- .github/ISSUE_TEMPLATE/config.yml | 14 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++------ .github/ISSUE_TEMPLATE/issue-report.md | 36 +++++++++++++++++++++++ 3 files changed, 63 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..4a4ea46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fd68bb1..12248b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,18 @@ --- name: Feature request -about: Suggest an idea for this project -title: "[Feature] " -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 [...] + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +### Please describe your feature request: + + +### Describe the use case of this feature: + diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000..c256706 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,36 @@ +--- +name: Issue report +about: Create a report to help us to improve the project +labels: 'Type: Bug' + +--- + + + + + +### Subfinder version: + + + + +### Current Behavior: + + +### Expected Behavior: + + +### Steps To Reproduce: + + + +### Anything else: + \ No newline at end of file