From b470cef4cb6d7bd04021c498744620eda584f1e3 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Tue, 14 Oct 2025 17:03:37 +0700 Subject: [PATCH] chore: preserve issue report w/ issue form Signed-off-by: Dwi Siswanto --- .../bug-report-reference.yml => bug-report.yml} | 0 .github/ISSUE_TEMPLATE/config.yml | 4 ---- 2 files changed, 4 deletions(-) rename .github/ISSUE_TEMPLATE/{reference-templates/bug-report-reference.yml => bug-report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/reference-templates/bug-report-reference.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/reference-templates/bug-report-reference.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4a0c58e23b..82b8869aa2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,10 +2,6 @@ blank_issues_enabled: false contact_links: - - name: 🐛 Report a Bug (Start with Discussion) - url: https://github.com/orgs/projectdiscovery/discussions/new?category=q-a - about: Start by reporting your issue in discussions for proper triage. Issues will be created after review to avoid duplicate/invalid reports. - - name: 💡 Request a Feature (Start with Discussion) url: https://github.com/orgs/projectdiscovery/discussions/new?category=ideas about: Share your feature idea in discussions first. This helps validate and refine the request before creating an issue.