Skip to content

Commit 3e5c87c

Browse files
committed
Revert "chore: add product-gated issue forms (#14)"
This reverts commit 35b44c5.
1 parent edefe25 commit 3e5c87c

6 files changed

Lines changed: 92 additions & 242 deletions

File tree

β€Ž.github/ISSUE_TEMPLATE/1-bug-report.ymlβ€Ž

Lines changed: 0 additions & 125 deletions
This file was deleted.

β€Ž.github/ISSUE_TEMPLATE/2-feature-request.ymlβ€Ž

Lines changed: 0 additions & 61 deletions
This file was deleted.

β€Ž.github/ISSUE_TEMPLATE/3-question.ymlβ€Ž

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
name: "πŸ› Bug report"
2+
description: "You're having technical issues 🐞"
3+
title: "bug: "
4+
labels: ["issue", "type: bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >
9+
Thanks for taking the time to fill out this bug report!
10+
11+
12+
**Please do a quick search of the existing issues first** at
13+
https://github.com/requestly/requestly/issues. Somebody may have reported this already, and if
14+
you're lucky, then you might even find the solution for it.
15+
16+
17+
---
18+
- id: issue_description
19+
type: textarea
20+
attributes:
21+
label: Describe your issue?
22+
description: |
23+
Summary of the issue that you are trying to report
24+
validations:
25+
required: true
26+
- id: steps_to_repro
27+
type: textarea
28+
attributes:
29+
label: Repro steps
30+
description: |
31+
What were you doing when this bug happened? Tip: You can attach Requestly Session Recordings https://app.requestly.io/sessions also.
32+
placeholder: |
33+
Example Repro steps:
34+
1. Open the Requestly app
35+
2. Create a Redirect Rule.
36+
3. A wild 404 error has appeared.
37+
validations:
38+
required: true
39+
- id: execution_platform
40+
type: checkboxes
41+
attributes:
42+
label: What Requestly tool were you using?
43+
options:
44+
- label: Extension
45+
- label: Desktop-App
46+
- label: Android SDK
47+
- label: Selenium
48+
validations:
49+
required: true
50+
- id: environment
51+
type: input
52+
attributes:
53+
label: Your Environment
54+
description: |
55+
The operating system, browser type and version you're using on your computer
56+
placeholder: |
57+
e.g. MacOS 12, Chrome 101
58+
validations:
59+
required: true
60+
- id: version
61+
type: input
62+
attributes:
63+
label: Requestly Version
64+
description: |
65+
Requestly version where you found this bug. https://docs.requestly.com/guides/troubleshooting/frequently-asked-questions
66+
placeholder: |
67+
e.g. v1.4.8
68+
validations:
69+
required: true
70+
- type: textarea
71+
attributes:
72+
label: Error screenshot
73+
description: |
74+
Attach your screenshot for the bug here:
75+
placeholder: |
76+
To attach a file to this issue, drag it onto this field, paste an image, or select this field and click the bar at the bottom.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: πŸ“‘ Filing a bug about Requestly API Client?
4-
url: https://github.com/requestly/requestly/issues/new/choose
5-
about: This repository tracks the open-source HTTP Interceptor. The API Client (closed-source desktop app) has its own repo.
6-
- name: πŸ’¬ Community questions or support
7-
url: https://get.requestly.com/join-community
8-
about: Get help from the community and the Requestly team.
9-
- name: πŸ“š Documentation
10-
url: https://docs.requestly.com/general/http-interceptor/overview
11-
about: Check the docs before filing β€” most questions are answered there.
3+
- about: "Help us in creating Requestly's Roadmap by upvoting existing issues or feature requests"
4+
name: "⬆️ Upvote features you want to see next in Requestly"
5+
url: "https://github.com/requestly/requestly/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc"
6+
- about: "Ask a question on our forum"
7+
name: "❓ Question."
8+
url: "https://github.com/requestly/requestly/discussions"
9+
- about: "Get instant support from the Requestly Community Slack"
10+
name: "πŸ‘‹ Slack"
11+
url: "https://bit.ly/requestly-slack"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Feature request
3+
about: Request a new feature πŸŽ‰
4+
labels:
5+
- type: enhancement
6+
- issue
7+
---

0 commit comments

Comments
Β (0)