|
| 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. |
0 commit comments