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 - -