From a55e387b3d4af9586abcc4b4c4ffdbddd9a84fbf Mon Sep 17 00:00:00 2001 From: Akanksha Date: Tue, 9 Jun 2026 11:46:34 +0530 Subject: [PATCH] chore: remove duplicate .md issue templates Keeps the structured .yml GitHub Forms templates (1-bug-report.yml, 2-feature-request.yml) and removes the older freeform .md equivalents. The .yml templates have dropdowns, validation, and correct label assignments; the .md versions added nothing beyond what the .yml ones already cover. Co-Authored-By: Claude Sonnet 4.6 --- .github/ISSUE_TEMPLATE/bug_report.md | 69 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 33 ----------- 2 files changed, 102 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index ada69c61be..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG]" -labels: bug -assignees: '' -type: Bug - ---- - -## Summary - - -## Environment - -| Field | Value | -|---------|---------| -| Requestly Version | | -| Browser / App | | -| OS | | - -## Steps to Reproduce - -1. -2. -3. - -## Expected Result - - - -## Actual Result - - - -## Interception Configuration - -### Rule Details -Rule Type: - - [ ] Redirect Request - - [ ] Modify Request Headers - - [ ] Modify Response Headers - - [ ] Modify Request Body - - [ ] Modify API Response - - [ ] Delay Request - - [ ] Block Request - - [ ] Insert Script - - [ ] Other - -## Logs & Evidence - -### Console Errors -```text -Paste console errors here -``` - -### Network Logs -```text -Paste request/response details here -``` - -### Screenshots / Recordings - - -## Workaround - - -## Additional Notes - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 984a1b1b00..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[Feature Request]" -labels: enhancement, type:feature -assignees: '' -type: Feature - ---- - -## Summary - - -## Problem Statement - - - -## Use Case - - - -## Proposed Solution - - - - -## Alternatives Considered - - - -## Additional Context - -